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.63 by root, Mon Jan 30 16:12:58 2006 UTC vs.
Revision 1.96 by ayin, Wed Jun 13 11:30:42 2007 UTC

8libdir = @libdir@ 8libdir = @libdir@
9includedir = @includedir@ 9includedir = @includedir@
10CC = @CC@ 10CC = @CC@
11CXX = @CXX@ 11CXX = @CXX@
12CPP = @CPP@ 12CPP = @CPP@
13MV = @MV@
14CP = @CP@ 13CP = @CP@
15LN = @LN@
16SED = @SED@ 14SED = @SED@
17ECHO = @ECHO@ 15ECHO = @ECHO@
18PERL = @PERL@ 16PERL = @PERL@
19INSTALL = @INSTALL@ 17INSTALL = @INSTALL@
20INSTALL_PROGRAM = @INSTALL@ -m 755 18INSTALL_PROGRAM = @INSTALL@ -m 755
21INSTALL_DATA = @INSTALL@ -m 644 19INSTALL_DATA = @INSTALL@ -m 644
22CXXFLAGS = @CXXFLAGS@ 20CXXFLAGS = @CXXFLAGS@
23CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ 21CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
24LDFLAGS = @LDFLAGS@ 22LDFLAGS = @LDFLAGS@
25DEFS = @DEFS@ 23DEFS = @DEFS@
26LIBS = @LIBS@ 24LIBS = @LIBS@
27DINCLUDE = @DINCLUDE@ 25XINC = @X_CFLAGS@ @XPM_CFLAGS@ @LIBAFTERIMAGE_CFLAGS@
28DLIB = @DLIB@
29XINC = @X_CFLAGS@ @XPM_CFLAGS@
30XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ 26XLIB = @X_LIBS@ @XPM_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@
31COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. 27COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) -I.. -I$(srcdir) -I.
32LINK = @LINKER@ $(LDFLAGS) 28LINK = @LINKER@ $(LDFLAGS)
33 29
34srcdir = @srcdir@ 30srcdir = @srcdir@
35VPATH = @srcdir@ 31VPATH = @srcdir@
36.PATH: @srcdir@
37
38top_builddir = ..
39basedir = ..
40thisdir = src
41 32
42DEBUG=-DDEBUG_STRICT 33DEBUG=-DDEBUG_STRICT
43 34
44first_rule: all 35first_rule: all
45dummy: 36dummy:
59 50
60# 51#
61# Distribution variables 52# Distribution variables
62# 53#
63 54
64.SUFFIXES: .C .o 55.SUFFIXES: .C .c .o
65 56
66#------------------------------------------------------------------------- 57#-------------------------------------------------------------------------
67# inference rules 58# inference rules
68.C.o: 59.C.o:
69 $(COMPILE) -c $< 60 $(COMPILE) -c $<
80#------------------------------------------------------------------------- 71#-------------------------------------------------------------------------
81 72
82all: allbin 73all: allbin
83 74
84rxvt: rxvt.o $(COMMON) 75rxvt: rxvt.o $(COMMON)
85 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ 76 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@
86# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 77# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) -o $@
87 78
88rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) 79rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
89 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ 80 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@
90# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 81# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) -o $@
91 82
92rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o 83rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o
93 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS) $(DLIB) 84 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS)
94# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 85# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@
95 86
96#librxvt.la: $(LIBOBJS) 87#librxvt.la: $(LIBOBJS)
97# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 88# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
98 89
99#------------------------------------------------------------------------- 90#-------------------------------------------------------------------------
110 101
111clean: 102clean:
112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 103 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp 104 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
114 105
106distclean: clean
107 rm -f Makefile rxvtlib.h
108
115realclean: clean 109realclean: distclean
116 rm -f tags TAGS librxvt.h 110 rm -f tags TAGS
117 111
118cleandir: realclean 112cleandir: realclean
119
120distclean: realclean
121 (cd $(srcdir); rm -f Makefile)
122 113
123install-perl: 114install-perl:
124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) 115@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt 116@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl 117@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
127@IF_PERL@ $(INSTALL_DATA) urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm 118@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
128@IF_PERL@ for ext in perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/"$$ext"; done 119@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/"`basename "$$ext"`"; done
129 120
130install: allbin alldoc install-perl 121install-bin: allbin
131 $(INSTALL) -d $(DESTDIR)$(bindir) 122 $(INSTALL) -d $(DESTDIR)$(bindir)
132 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 123 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
133 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 124 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 125 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
135 126
127install: install-bin install-perl
128
136perlxsi.c: Makefile 129perlxsi.c: Makefile
137 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 130 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
138 131
139rxvtperl.C: rxvtperl.xs typemap 132rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
140 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@ 133 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
141 134
142rxvtperl.o: rxvtperl.C perlxsi.c 135rxvtperl.o: rxvtperl.C perlxsi.c
143 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 136 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
144 137
145depend: 138depend:
139 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
146 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 140 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
147 141
148# DO NOT DELETE: nice dependency list follows 142# DO NOT DELETE: nice dependency list follows
149 143
150command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 144command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
151command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 145command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
152command.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 146command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
153command.o: command.h keyboard.h 147command.o: command.h keyboard.h
154encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 148encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
155encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 149encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
156encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 150encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
157encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 151encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
166encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 160encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
167encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 161encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
168encoding.o: table/compose.h table/category.h 162encoding.o: table/compose.h table/category.h
169fdpass.o: ../config.h libptytty.h 163fdpass.o: ../config.h libptytty.h
170init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 164init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
171init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 165init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
172init.o: libptytty.h rxvtperl.h hookinc.h rsinc.h init.h 166init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h
173iom.o: iom.h iom_conf.h rxvtutil.h callback.h 167iom.o: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
174keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 168keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
175keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 169keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
176keyboard.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 170keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
177keyboard.o: command.h 171keyboard.o: command.h
178logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 172logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
179logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 173logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
180logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 174logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
181main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 175main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
182main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 176main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
183main.o: libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 177main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
184misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 178misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
185misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 179misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
186misc.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 180misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h
187netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 181netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
188netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 182netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
189netdisp.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 183netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
190proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 184proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
191proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 185proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
192proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 186proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
193ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 187ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
194ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 188ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
195ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 189ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
196rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 190rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
197rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 191rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
198rxvt.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 192rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h
199rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h 193rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
200rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h 194rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
201rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 195rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
202rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 196rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
203rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 197rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
204rxvtd.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 198rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
205rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 199rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
206rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 200rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
207rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 201rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
208rxvtfont.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 202rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
209rxvtfont.o: table/linedraw.h
210rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 203rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
211rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h 204rxvtperl.o: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
212rxvtperl.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 205rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
213rxvtperl.o: perlxsi.c 206rxvtperl.o: perlxsi.c ./iom_perl.h
214rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 207rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
215rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 208rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
216rxvttoolkit.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 209rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
217rxvtutil.o: rxvtutil.h 210rxvtutil.o: rxvtutil.h
218salloc.o: salloc.h 211salloc.o: salloc.h
219screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 212screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
220screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 213screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
221screen.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C 214screen.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
222scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 215scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
223scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 216scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
224scrollbar-next.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 217scrollbar-next.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
225scrollbar-next.o: rsinc.h 218scrollbar-next.o: rsinc.h
226scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 219scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
227scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 220scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
228scrollbar-plain.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 221scrollbar-plain.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
229scrollbar-plain.o: rsinc.h 222scrollbar-plain.o: rsinc.h
230scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 223scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
231scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 224scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
232scrollbar-rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 225scrollbar-rxvt.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
233scrollbar-rxvt.o: rsinc.h 226scrollbar-rxvt.o: rsinc.h
234scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 227scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
235scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 228scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
236scrollbar-xterm.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 229scrollbar-xterm.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
237scrollbar-xterm.o: rsinc.h 230scrollbar-xterm.o: rsinc.h
238scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 231scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
239scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 232scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
240scrollbar.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 233scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
241xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 234xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
242xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 235xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
243xdefaults.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 236xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
244xdefaults.o: keyboard.h 237xdefaults.o: keyboard.h
245xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 238xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
246xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 239xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
247xpm.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 240xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h
248 241
249command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 242command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
250command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 243command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
251command.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 244command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
252command.lo: command.h keyboard.h 245command.lo: command.h keyboard.h
253encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 246encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
254encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 247encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
255encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 248encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
256encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 249encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
265encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 258encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
266encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 259encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
267encoding.lo: table/compose.h table/category.h 260encoding.lo: table/compose.h table/category.h
268fdpass.lo: ../config.h libptytty.h 261fdpass.lo: ../config.h libptytty.h
269init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 262init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
270init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 263init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
271init.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h init.h 264init.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h init.h
272iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 265iom.lo: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
273keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 266keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
274keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 267keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
275keyboard.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 268keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
276keyboard.lo: command.h 269keyboard.lo: command.h
277logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 270logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
278logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 271logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
279logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 272logging.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 273main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
281main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 274main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
282main.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 275main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
283misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 276misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
284misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 277misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
285misc.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 278misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
286netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 279netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
287netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 280netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
288netdisp.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 281netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
289proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 282proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
290proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 283proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
291proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 284proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
292ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 285ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
293ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 286ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
294ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 287ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
295rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 288rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
296rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 289rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
297rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 290rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
298rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h 291rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
299rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h 292rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
300rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 293rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
301rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 294rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
302rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 295rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
303rxvtd.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 296rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
304rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h 297rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
305rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 298rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
306rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 299rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
307rxvtfont.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 300rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
308rxvtfont.lo: table/linedraw.h 301rxvtfont.lo: table/linedraw.h
309rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 302rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
310rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h 303rxvtperl.lo: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
311rxvtperl.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 304rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
312rxvtperl.lo: perlxsi.c 305rxvtperl.lo: perlxsi.c ./iom_perl.h
313rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 306rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
314rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 307rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
315rxvttoolkit.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 308rxvttoolkit.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
316rxvtutil.lo: rxvtutil.h 309rxvtutil.lo: rxvtutil.h
317salloc.lo: salloc.h 310salloc.lo: salloc.h
318screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 311screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
319screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 312screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
320screen.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C 313screen.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
321scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 314scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
322scrollbar-next.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 315scrollbar-next.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
323scrollbar-next.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 316scrollbar-next.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
324scrollbar-next.lo: rsinc.h 317scrollbar-next.lo: rsinc.h
325scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h 318scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
326scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h 319scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
327scrollbar-plain.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h 320scrollbar-plain.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
328scrollbar-plain.lo: hookinc.h rsinc.h 321scrollbar-plain.lo: hookinc.h rsinc.h
329scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 322scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
330scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h 323scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
331scrollbar-rxvt.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 324scrollbar-rxvt.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
332scrollbar-rxvt.lo: rsinc.h 325scrollbar-rxvt.lo: rsinc.h
333scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h 326scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
334scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h 327scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
335scrollbar-xterm.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h 328scrollbar-xterm.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
336scrollbar-xterm.lo: hookinc.h rsinc.h 329scrollbar-xterm.lo: hookinc.h rsinc.h
337scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 330scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
338scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 331scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
339scrollbar.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 332scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
340xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 333xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
341xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h 334xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
342xdefaults.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 335xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
343xdefaults.lo: keyboard.h 336xdefaults.lo: version.h keyboard.h
344xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 337xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
345xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 338xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
346xpm.lo: libptytty.h rxvtperl.h hookinc.h rsinc.h 339xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines