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.56 by root, Sun Jan 22 00:53:56 2006 UTC vs.
Revision 1.61 by root, Wed Jan 25 10:51:26 2006 UTC

9includedir = @includedir@ 9includedir = @includedir@
10CC = @CC@ 10CC = @CC@
11CXX = @CXX@ 11CXX = @CXX@
12CPP = @CPP@ 12CPP = @CPP@
13MV = @MV@ 13MV = @MV@
14RM = @RM@
15RMF = @RM@ -f
16CP = @CP@ 14CP = @CP@
17LN = @LN@ 15LN = @LN@
18SED = @SED@ 16SED = @SED@
19ECHO = @ECHO@ 17ECHO = @ECHO@
20PERL = @PERL@ 18PERL = @PERL@
39 37
40top_builddir = .. 38top_builddir = ..
41basedir = .. 39basedir = ..
42thisdir = src 40thisdir = src
43 41
44# for developers: the following debug options may be used
45# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_RESOURCES
46# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
47# -DDEBUG_KEYBOARD -DDEBUG_STRICT
48DEBUG=-DDEBUG_STRICT @DEBUG@ 42DEBUG=-DDEBUG_STRICT
49 43
50first_rule: all 44first_rule: all
51dummy: 45dummy:
52 46
53COMMON = \ 47COMMON = \
54 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ 48 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \
55 ptytty.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 49 ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
56 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \ 50 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \
57 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ 51 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@
58 52
59COMMON_DAEMON = rxvtdaemon.o 53COMMON_DAEMON = rxvtdaemon.o
60 54
61RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 55RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
103# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 97# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
104 98
105#------------------------------------------------------------------------- 99#-------------------------------------------------------------------------
106 100
107tags: *.[Ch] 101tags: *.[Ch]
108 ctags $^ 102 ctags *.[Ch]
109 103
110TAGS: *.[Ch] 104TAGS: *.[Ch]
111 etags $^ 105 etags *.[Ch]
112 106
113allbin: rxvt rxvtd rxvtc 107allbin: rxvt rxvtd rxvtc
114 108
115alldoc: 109alldoc:
116 110
117clean: 111clean:
118 $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
119 $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp 113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
120 114
121realclean: clean 115realclean: clean
122 $(RMF) tags TAGS librxvt.h 116 rm -f tags TAGS librxvt.h
123 117
124cleandir: realclean 118cleandir: realclean
125 119
126distclean: realclean 120distclean: realclean
127 (cd $(srcdir); $(RMF) Makefile) 121 (cd $(srcdir); rm -f Makefile)
128 122
129install-perl: 123install-perl:
130@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) 124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
131@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt 125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
132@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl 126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
180iom.o: iom.h iom_conf.h rxvtutil.h callback.h 174iom.o: iom.h iom_conf.h rxvtutil.h callback.h
181keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 175keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
182keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 176keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
183keyboard.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 177keyboard.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
184keyboard.o: command.h 178keyboard.o: command.h
185logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvtutil.h 179logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
186logging.o: feature.h 180logging.o: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h
181logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
187main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 182main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
188main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 183main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
189main.o: libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 184main.o: libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
190misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 185misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
191misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 186misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
192misc.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 187misc.o: libptytty.h rxvtperl.h hookinc.h rsinc.h
193netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 188netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
194netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 189netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
195netdisp.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 190netdisp.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
196ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvtutil.h feature.h 191ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
192ptytty.o: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h
193ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
197rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 194rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
198rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 195rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
199rxvt.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 196rxvt.o: libptytty.h rxvtperl.h hookinc.h rsinc.h
200rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h optinc.h 197rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
201rxvtc.o: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 198rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
202rxvtc.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 199rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
203rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 200rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
204rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 201rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
205rxvtd.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 202rxvtd.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
206rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 203rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
207rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 204rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
273iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 270iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
274keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 271keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
275keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 272keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
276keyboard.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 273keyboard.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
277keyboard.lo: command.h 274keyboard.lo: command.h
278logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvtutil.h 275logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
279logging.lo: feature.h 276logging.lo: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h
277logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
280main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 278main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
281main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 279main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
282main.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 280main.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
283misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 281misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
284misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 282misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
285misc.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 283misc.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
286netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 284netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
287netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 285netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
288netdisp.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 286netdisp.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
289ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvtutil.h 287ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
290ptytty.lo: feature.h 288ptytty.lo: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h
289ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
291rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 290rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
292rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 291rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
293rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 292rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
294rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h optinc.h 293rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
295rxvtc.lo: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 294rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
296rxvtc.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 295rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
297rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 296rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
298rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 297rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
299rxvtd.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 298rxvtd.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
300rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h 299rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
301rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 300rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines