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.21 by ayin, Sat Jun 9 10:28:55 2007 UTC vs.
Revision 1.22 by ayin, Tue Jun 12 23:36:23 2007 UTC

61#------------------------------------------------------------------------- 61#-------------------------------------------------------------------------
62 62
63all allbin alldoc tags: 63all allbin alldoc tags:
64 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 64 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
65 65
66realclean: clean 66distclean realclean: distclean-local
67 rm -f config.h config.status config.log libtool
68 67
69clean: 68clean distclean realclean:
70 rm -f *~ config.cache
71 rm -f -r autom4te.cache
72 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 69 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
73 70
74# 71#
75# entry points for other programs 72# entry points for other programs
76# 73#
109# distclean goal is for making a clean source tree, but if you have run 106# distclean goal is for making a clean source tree, but if you have run
110# configure from a different directory, then doesn't destroy all your 107# configure from a different directory, then doesn't destroy all your
111# hardly compiled and linked stuff. That's why there is always $(srcdir)/ 108# hardly compiled and linked stuff. That's why there is always $(srcdir)/
112# In that case most of those commands do nothing, except cleaning *~ 109# In that case most of those commands do nothing, except cleaning *~
113# and cleaning source links. 110# and cleaning source links.
114distclean: 111distclean-local:
115 rm -f *~ config.cache config.h config.log config.status libtool 112 rm -f *~ config.cache config.h config.log config.status libtool
116 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
117 rm -f Makefile 113 rm -f Makefile
118 114
119distdir: 115distdir:
120 cd doc && $(MAKE) distdepend 116 cd doc && $(MAKE) distdepend
121 cd src && $(MAKE) depend 117 cd src && $(MAKE) depend

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines