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.20 by ayin, Fri Jun 8 22:45:48 2007 UTC

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