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.101 by sasha, Fri Jul 27 16:18:10 2007 UTC vs.
Revision 1.106 by ayin, Thu Oct 18 08:28:33 2007 UTC

13PERL = @PERL@ 13PERL = @PERL@
14INSTALL = @INSTALL@ 14INSTALL = @INSTALL@
15INSTALL_PROGRAM = @INSTALL@ -m 755 15INSTALL_PROGRAM = @INSTALL@ -m 755
16INSTALL_DATA = @INSTALL@ -m 644 16INSTALL_DATA = @INSTALL@ -m 644
17CXXFLAGS = @CXXFLAGS@ 17CXXFLAGS = @CXXFLAGS@
18CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ 18CPPFLAGS = @CPPFLAGS@
19LDFLAGS = @LDFLAGS@ 19LDFLAGS = @LDFLAGS@
20DEFS = @DEFS@ 20DEFS = @DEFS@
21LIBS = @LIBS@ 21LIBS = @LIBS@
22XINC = @X_CFLAGS@ @XPM_CFLAGS@ @AFTERIMAGE_CFLAGS@ 22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@
23XLIB = @X_LIBS@ @XPM_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ 23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@
24COMPILE = $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) -I.. -I$(srcdir) -I. 24COMPILE = $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) -I.. -I$(srcdir) -I.
25LINK = @LINKER@ $(LDFLAGS) 25LINK = @LINKER@ $(LDFLAGS)
26 26
27srcdir = @srcdir@ 27srcdir = @srcdir@
28VPATH = @srcdir@ 28VPATH = @srcdir@
31 31
32first_rule: all 32first_rule: all
33dummy: 33dummy:
34 34
35COMMON = \ 35COMMON = \
36 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ 36 background.o command.o rxvtfont.o init.o logging.o main.o misc.o \
37 ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 37 ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
38 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \ 38 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
39 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ 39 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@
40 40
41COMMON_DAEMON = rxvtdaemon.o 41COMMON_DAEMON = rxvtdaemon.o
42 42
43RXVT_BASENAME=`echo $(RXVTNAME)|sed 's/$(EXEEXT)$$//'|sed '$(transform)'` 43RXVT_BASENAME=`echo $(RXVTNAME)|sed 's/$(EXEEXT)$$//'|sed '$(transform)'`
84#librxvt.la: $(LIBOBJS) 84#librxvt.la: $(LIBOBJS)
85# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 85# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
86 86
87#------------------------------------------------------------------------- 87#-------------------------------------------------------------------------
88 88
89#EXUBERANT_OPTS = -I NOTHROW
90
89tags: *.[Ch] 91tags: *.[Ch]
90 ctags *.[Ch] 92 ctags $(EXUBERANT_OPTS) *.[Ch]
91 93
92TAGS: *.[Ch] 94TAGS: *.[Ch]
93 etags *.[Ch] 95 etags $(EXUBERANT_OPTS) *.[Ch]
94 96
95allbin: rxvt rxvtd rxvtc 97allbin: rxvt rxvtd rxvtc
96 98
97alldoc: 99alldoc:
98 100
173main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h 175main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
174main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 176main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
175misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 177misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
176misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h 178misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
177misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h 179misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h
178netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
179netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
180netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
181proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 180proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
182proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 181proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
183proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 182proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
184ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 183ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
185ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 184ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
230scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 229scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
231xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 230xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
232xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h 231xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
233xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h 232xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
234xdefaults.o: keyboard.h 233xdefaults.o: keyboard.h
235xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 234background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
236xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h 235background.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
237xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h 236background.o: salloc.h rxvtperl.h hookinc.h rsinc.h background.h
238 237
239command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 238command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
240command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h 239command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
241command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h 240command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
242command.lo: command.h keyboard.h 241command.lo: command.h keyboard.h
271main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h 270main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
272main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 271main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
273misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 272misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
274misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h 273misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
275misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 274misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
276netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
277netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
278netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
279proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 275proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
280proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 276proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
281proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 277proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
282ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 278ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
283ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 279ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
329scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 325scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
330xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 326xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
331xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 327xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
332xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 328xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
333xdefaults.lo: version.h keyboard.h 329xdefaults.lo: version.h keyboard.h
334xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 330background.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
335xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h 331background.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
336xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h 332background.lo: salloc.h rxvtperl.h hookinc.h rsinc.h background.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines