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

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.47 by ayin, Mon Jan 16 17:17:05 2006 UTC vs.
Revision 1.50 by root, Tue Jan 17 10:14:26 2006 UTC

1
2DATE=@DATE@
3VERSION=@VERSION@
4RXVTNAME=@RXVTNAME@
5SHELL = /bin/sh
6prefix = @prefix@
7exec_prefix = @exec_prefix@
8bindir = @bindir@
9libdir = @libdir@
10includedir = @includedir@
11man1dir = @mandir@/man1
12man1ext = 1
13man3dir = @mandir@/man3
14man3ext = 3
15man7dir = @mandir@/man7
16man7ext = 7
17CC = @CC@
18CXX = @CXX@
19CPP = @CPP@
20MV = @MV@
21RM = @RM@
22RMF = @RM@ -f
23CP = @CP@
24LN = @LN@
25SED = @SED@
26AWK = @AWK@
27ECHO = @ECHO@
28CMP = @CMP@
29TBL = @TBL@
30PERL = @PERL@
31INSTALL = @INSTALL@
32INSTALL_PROGRAM = @INSTALL@ -m 755
33INSTALL_DATA = @INSTALL@ -m 644
34CXXFLAGS = @CXXFLAGS@
35CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
36LDFLAGS = @LDFLAGS@
37DEFS = @DEFS@
38LIBS = @LIBS@
39DINCLUDE = @DINCLUDE@
40DLIB = @DLIB@
41XINC = @X_CFLAGS@ @XPM_CFLAGS@
42XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
43COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
44LINK = @LINKER@ $(LDFLAGS)
1 45
2LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 46LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
3 47
4srcdir = @srcdir@ 48srcdir = @srcdir@
5VPATH = @srcdir@ 49VPATH = @srcdir@
28 72
29RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 73RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
30RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 74RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
31RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 75RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
32RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 76RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
33RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
34 77
35# 78#
36# Distribution variables 79# Distribution variables
37# 80#
38 81
150keyboard.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 193keyboard.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
151keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 194keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
152keyboard.o: command.h 195keyboard.o: command.h
153logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 196logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
154logging.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 197logging.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
155logging.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h logging.h 198logging.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
156main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 199main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
157main.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 200main.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
158main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 201main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
159misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 202misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
160misc.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 203misc.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
245keyboard.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 288keyboard.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
246keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 289keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
247keyboard.lo: command.h 290keyboard.lo: command.h
248logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 291logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
249logging.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 292logging.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
250logging.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h logging.h 293logging.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
251main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 294main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
252main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 295main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
253main.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 296main.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
254misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 297misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
255misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 298misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines