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.22 by ayin, Tue Jun 12 23:36:23 2007 UTC vs.
Revision 1.25 by ayin, Wed Jun 13 11:14:00 2007 UTC

13man1ext = 1 13man1ext = 1
14man3dir = @mandir@/man3 14man3dir = @mandir@/man3
15man3ext = 3 15man3ext = 3
16man7dir = @mandir@/man7 16man7dir = @mandir@/man7
17man7ext = 7 17man7ext = 7
18CC = @CC@
19CXX = @CXX@
20CPP = @CPP@
21MV = @MV@ 18MV = @MV@
22CP = @CP@ 19CP = @CP@
23LN = @LN@ 20LN = @LN@
24SED = @SED@ 21SED = @SED@
25AWK = @AWK@ 22AWK = @AWK@
28TBL = @TBL@ 25TBL = @TBL@
29PERL = @PERL@ 26PERL = @PERL@
30INSTALL = @INSTALL@ 27INSTALL = @INSTALL@
31INSTALL_PROGRAM = @INSTALL@ -m 755 28INSTALL_PROGRAM = @INSTALL@ -m 755
32INSTALL_DATA = @INSTALL@ -m 644 29INSTALL_DATA = @INSTALL@ -m 644
33CXXFLAGS = @CXXFLAGS@
34CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
35LDFLAGS = @LDFLAGS@
36DEFS = @DEFS@
37LIBS = @LIBS@
38DINCLUDE = @DINCLUDE@
39DLIB = @DLIB@
40XINC = @X_CFLAGS@ @XPM_CFLAGS@
41XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
42COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
43LINK = @LINKER@ $(LDFLAGS)
44 30
45VERNAME = rxvt-unicode-$(VERSION) 31VERNAME = rxvt-unicode-$(VERSION)
46 32
47srcdir = @srcdir@ 33srcdir = @srcdir@
48VPATH = @srcdir@ 34VPATH = @srcdir@
49.PATH: @srcdir@
50 35
51first_rule: all 36first_rule: all
52dummy: 37dummy:
53 38
54subdirs = src doc 39subdirs = src doc
55allsubdirs = $(subdirs)
56
57DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
58 40
59MKDIR = $(srcdir)/mkinstalldirs 41MKDIR = $(srcdir)/mkinstalldirs
60 42
61#------------------------------------------------------------------------- 43#-------------------------------------------------------------------------
62 44
71# 53#
72# entry points for other programs 54# entry points for other programs
73# 55#
74rxvt: 56rxvt:
75 (cd src; ${MAKE}) 57 (cd src; ${MAKE})
76
77tests:
78 (cd src/test; ${MAKE} tests)
79 58
80#------------------------------------------------------------------------- 59#-------------------------------------------------------------------------
81configure: configure.ac aclocal.m4 config.h.in 60configure: configure.ac aclocal.m4 config.h.in
82 cd $(srcdir); ./autogen.sh 61 cd $(srcdir); ./autogen.sh
83 62
101Makefiles: 80Makefiles:
102 $(SHELL) config.status 81 $(SHELL) config.status
103 82
104cleandir: realclean 83cleandir: realclean
105 84
106# distclean goal is for making a clean source tree, but if you have run
107# configure from a different directory, then doesn't destroy all your
108# hardly compiled and linked stuff. That's why there is always $(srcdir)/
109# In that case most of those commands do nothing, except cleaning *~
110# and cleaning source links.
111distclean-local: 85distclean-local:
112 rm -f *~ config.cache config.h config.log config.status libtool 86 rm -f *~ config.cache config.h config.log config.status libtool
113 rm -f Makefile 87 rm -f Makefile
114 88
115distdir: 89distdir:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines