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

Comparing cvsroot/rxvt-unicode/Makefile.in (file contents):
Revision 1.17 by root, Thu Jan 19 12:03:06 2006 UTC vs.
Revision 1.23 by ayin, Tue Jun 12 23:37:58 2007 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@
30TBL = @TBL@ 28TBL = @TBL@
31PERL = @PERL@ 29PERL = @PERL@
32INSTALL = @INSTALL@ 30INSTALL = @INSTALL@
33INSTALL_PROGRAM = @INSTALL@ -m 755 31INSTALL_PROGRAM = @INSTALL@ -m 755
34INSTALL_DATA = @INSTALL@ -m 644 32INSTALL_DATA = @INSTALL@ -m 644
35CXXFLAGS = @CXXFLAGS@ 33CXXFLAGS = @CXXFLAGS@
36CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ 34CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
37LDFLAGS = @LDFLAGS@ 35LDFLAGS = @LDFLAGS@
38DEFS = @DEFS@ 36DEFS = @DEFS@
39LIBS = @LIBS@ 37LIBS = @LIBS@
40DINCLUDE = @DINCLUDE@ 38DINCLUDE = @DINCLUDE@
63#------------------------------------------------------------------------- 61#-------------------------------------------------------------------------
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 66distclean realclean: distclean-local
69 $(RMF) config.h config.status config.log libtool
70 67
71clean: 68clean distclean realclean:
72 $(RMF) *~ config.cache
73 $(RMF) -r autom4te.cache
74 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 69 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
75 70
76# 71#
77# entry points for other programs 72# entry points for other programs
78# 73#
79rxvt: 74rxvt:
80 (cd src; ${MAKE}) 75 (cd src; ${MAKE})
81
82tests:
83 (cd src/test; ${MAKE} tests)
84 76
85#------------------------------------------------------------------------- 77#-------------------------------------------------------------------------
86configure: configure.ac aclocal.m4 config.h.in 78configure: configure.ac aclocal.m4 config.h.in
87 cd $(srcdir); ./autogen.sh 79 cd $(srcdir); ./autogen.sh
88 80
106Makefiles: 98Makefiles:
107 $(SHELL) config.status 99 $(SHELL) config.status
108 100
109cleandir: realclean 101cleandir: realclean
110 102
111# distclean goal is for making a clean source tree, but if you have run
112# configure from a different directory, then doesn't destroy all your
113# hardly compiled and linked stuff. That's why there is always $(srcdir)/
114# In that case most of those commands do nothing, except cleaning *~
115# and cleaning source links.
116distclean: 103distclean-local:
117 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool) 104 rm -f *~ config.cache config.h config.log config.status libtool
118 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 105 rm -f Makefile
119 (cd $(srcdir); $(RMF) Makefile)
120 106
121distdir: 107distdir:
122 cd doc && $(MAKE) distdepend 108 cd doc && $(MAKE) distdepend
123 cd src && $(MAKE) depend 109 cd src && $(MAKE) depend
124 rm -rf $(VERNAME) 110 rm -rf $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines