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

Comparing rxvt-unicode/Makefile.in (file contents):
Revision 1.19 by sasha, Fri Jun 8 20:04:10 2007 UTC vs.
Revision 1.21 by ayin, Sat Jun 9 10:28:55 2007 UTC

28TBL = @TBL@ 28TBL = @TBL@
29PERL = @PERL@ 29PERL = @PERL@
30INSTALL = @INSTALL@ 30INSTALL = @INSTALL@
31INSTALL_PROGRAM = @INSTALL@ -m 755 31INSTALL_PROGRAM = @INSTALL@ -m 755
32INSTALL_DATA = @INSTALL@ -m 644 32INSTALL_DATA = @INSTALL@ -m 644
33CXXFLAGS = @CXXFLAGS@ 33CXXFLAGS = @CXXFLAGS@
34CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ 34CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
35LDFLAGS = @LDFLAGS@ 35LDFLAGS = @LDFLAGS@
36DEFS = @DEFS@ 36DEFS = @DEFS@
37LIBS = @LIBS@ 37LIBS = @LIBS@
38DINCLUDE = @DINCLUDE@ 38DINCLUDE = @DINCLUDE@
110# configure from a different directory, then doesn't destroy all your 110# configure from a different directory, then doesn't destroy all your
111# hardly compiled and linked stuff. That's why there is always $(srcdir)/ 111# hardly compiled and linked stuff. That's why there is always $(srcdir)/
112# In that case most of those commands do nothing, except cleaning *~ 112# In that case most of those commands do nothing, except cleaning *~
113# and cleaning source links. 113# and cleaning source links.
114distclean: 114distclean:
115 (cd $(srcdir); rm -f *~ config.cache config.h config.log config.status libtool rxvtlib.h) 115 rm -f *~ config.cache config.h config.log config.status libtool
116 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@; rm -f Makefile) || exit 1; done 116 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
117 rm -f Makefile 117 rm -f Makefile
118 118
119distdir: 119distdir:
120 cd doc && $(MAKE) distdepend 120 cd doc && $(MAKE) distdepend
121 cd src && $(MAKE) depend 121 cd src && $(MAKE) depend
122 rm -rf $(VERNAME) 122 rm -rf $(VERNAME)
123 mkdir $(VERNAME) 123 mkdir $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines