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.17 by root, Thu Jan 19 12:03:06 2006 UTC vs.
Revision 1.18 by ayin, Mon Jan 23 09:56:47 2006 UTC

17man7ext = 7 17man7ext = 7
18CC = @CC@ 18CC = @CC@
19CXX = @CXX@ 19CXX = @CXX@
20CPP = @CPP@ 20CPP = @CPP@
21MV = @MV@ 21MV = @MV@
22RM = @RM@
23RMF = @RM@ -f
24CP = @CP@ 22CP = @CP@
25LN = @LN@ 23LN = @LN@
26SED = @SED@ 24SED = @SED@
27AWK = @AWK@ 25AWK = @AWK@
28ECHO = @ECHO@ 26ECHO = @ECHO@
64 62
65all allbin alldoc tags: 63all allbin alldoc tags:
66 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 64 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
67 65
68realclean: clean 66realclean: clean
69 $(RMF) config.h config.status config.log libtool 67 rm -f config.h config.status config.log libtool
70 68
71clean: 69clean:
72 $(RMF) *~ config.cache 70 rm -f *~ config.cache
73 $(RMF) -r autom4te.cache 71 rm -f -r autom4te.cache
74 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 72 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
75 73
76# 74#
77# entry points for other programs 75# entry points for other programs
78# 76#
112# configure from a different directory, then doesn't destroy all your 110# configure from a different directory, then doesn't destroy all your
113# 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)/
114# In that case most of those commands do nothing, except cleaning *~ 112# In that case most of those commands do nothing, except cleaning *~
115# and cleaning source links. 113# and cleaning source links.
116distclean: 114distclean:
117 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool) 115 (cd $(srcdir); rm -f *~ config.cache config.h config.log config.status libtool)
118 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 116 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
119 (cd $(srcdir); $(RMF) Makefile) 117 (cd $(srcdir); rm -f Makefile)
120 118
121distdir: 119distdir:
122 cd doc && $(MAKE) distdepend 120 cd doc && $(MAKE) distdepend
123 cd src && $(MAKE) depend 121 cd src && $(MAKE) depend
124 rm -rf $(VERNAME) 122 rm -rf $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines