ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.23 by root, Sun Jan 16 18:05:37 2005 UTC vs.
Revision 1.24 by root, Wed Feb 2 08:09:23 2005 UTC

1# $Id: Makefile.in,v 1.23 2005/01/16 18:05:37 root Exp $ 1# $Id: Makefile.in,v 1.24 2005/02/02 08:09:23 root Exp $
2@MCOMMON@ 2@MCOMMON@
3 3
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 5
6srcdir = @srcdir@ 6srcdir = @srcdir@
117 $(RMF) tags librxvt.h 117 $(RMF) tags librxvt.h
118 118
119cleandir: realclean 119cleandir: realclean
120 120
121distclean: realclean 121distclean: realclean
122 if test $(srcdir) = .; then $(MAKE) realclean; fi
123 (cd $(srcdir); $(RMF) Makefile) 122 (cd $(srcdir); $(RMF) Makefile)
124 123
125install: allbin alldoc 124install: allbin alldoc
126 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 125 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
127 @if test x$(INSTALL_LIBRXVT) = xyes; then \ 126 @if test x$(INSTALL_LIBRXVT) = xyes; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines