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.13 by root, Sat Jan 7 20:24:07 2006 UTC vs.
Revision 1.15 by ayin, Mon Jan 16 18:05:58 2006 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2@MCOMMON@ 2
3DATE=@DATE@
4VERSION=@VERSION@
5RXVTNAME=@RXVTNAME@
6SHELL = /bin/sh
7prefix = @prefix@
8exec_prefix = @exec_prefix@
9bindir = @bindir@
10libdir = @libdir@
11includedir = @includedir@
12man1dir = @mandir@/man1
13man1ext = 1
14man3dir = @mandir@/man3
15man3ext = 3
16man7dir = @mandir@/man7
17man7ext = 7
18CC = @CC@
19CXX = @CXX@
20CPP = @CPP@
21MV = @MV@
22RM = @RM@
23RMF = @RM@ -f
24CP = @CP@
25LN = @LN@
26SED = @SED@
27AWK = @AWK@
28ECHO = @ECHO@
29CMP = @CMP@
30TBL = @TBL@
31PERL = @PERL@
32INSTALL = @INSTALL@
33INSTALL_PROGRAM = @INSTALL@ -m 755
34INSTALL_DATA = @INSTALL@ -m 644
35CXXFLAGS = @CXXFLAGS@
36CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
37LDFLAGS = @LDFLAGS@
38DEFS = @DEFS@
39LIBS = @LIBS@
40DINCLUDE = @DINCLUDE@
41DLIB = @DLIB@
42XINC = @X_CFLAGS@ @XPM_CFLAGS@
43XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
44COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
45LINK = @LINKER@ $(LDFLAGS)
3 46
4VERNAME = rxvt-unicode-$(VERSION) 47VERNAME = rxvt-unicode-$(VERSION)
5 48
6srcdir = @srcdir@ 49srcdir = @srcdir@
7VPATH = @srcdir@ 50VPATH = @srcdir@
15 58
16DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog 59DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
17 60
18DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \ 61DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \
19 autoconf/configure.in autoconf/config.h.in \ 62 autoconf/configure.in autoconf/config.h.in \
20 autoconf/Make.common.in autoconf/install-sh autoconf/mkinstalldirs \ 63 autoconf/install-sh autoconf/mkinstalldirs \
21 autoconf/config.guess autoconf/config.sub \ 64 autoconf/config.guess autoconf/config.sub \
22 autoconf/ltmain.sh \ 65 autoconf/ltmain.sh \
23 66
24MKDIR = $(srcdir)/autoconf/mkinstalldirs 67MKDIR = $(srcdir)/autoconf/mkinstalldirs
25 68
79# In that case most of those commands do nothing, except cleaning *~ 122# In that case most of those commands do nothing, except cleaning *~
80# and cleaning source links. 123# and cleaning source links.
81distclean: 124distclean:
82 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool) 125 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool)
83 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 126 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
84 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 127 (cd $(srcdir); $(RMF) Makefile)
85 128
86distdir: 129distdir:
87 cd doc && $(MAKE) distdepend 130 cd doc && $(MAKE) distdepend
88 cd src && $(MAKE) depend 131 cd src && $(MAKE) depend
89 rm -rf $(VERNAME) 132 rm -rf $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines