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.60 by root, Tue Jan 24 19:40:12 2006 UTC vs.
Revision 1.86 by root, Sat Jun 2 02:31:44 2007 UTC

43 43
44first_rule: all 44first_rule: all
45dummy: 45dummy:
46 46
47COMMON = \ 47COMMON = \
48 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 \
49 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 \
50 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 \
51 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@
52 52
53COMMON_DAEMON = rxvtdaemon.o 53COMMON_DAEMON = rxvtdaemon.o
54 54
55RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 55RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
111clean: 111clean:
112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp 113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
114 114
115realclean: clean 115realclean: clean
116 rm -f tags TAGS librxvt.h 116 rm -f tags TAGS rxvtlib.h
117 117
118cleandir: realclean 118cleandir: realclean
119 119
120distclean: realclean 120distclean: realclean
121 (cd $(srcdir); rm -f Makefile) 121 (cd $(srcdir); rm -f Makefile)
122 122
123install-perl: 123install-perl:
124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) 124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt 125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl 126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
127@IF_PERL@ $(INSTALL_DATA) urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm 127@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 128@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/"`basename "$$ext"`"; done
129 129
130install: allbin alldoc install-perl 130install: allbin alldoc install-perl
131 $(INSTALL) -d $(DESTDIR)$(bindir) 131 $(INSTALL) -d $(DESTDIR)$(bindir)
132 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 132 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
133 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 133 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
135 135
136perlxsi.c: Makefile 136perlxsi.c: Makefile
137 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 137 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
138 138
139rxvtperl.C: rxvtperl.xs typemap 139rxvtperl.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 >$@ 140 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
141 141
142rxvtperl.o: rxvtperl.C perlxsi.c 142rxvtperl.o: rxvtperl.C perlxsi.c
143 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 143 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
144 144
145depend: 145depend:
147 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 147 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
148 148
149# DO NOT DELETE: nice dependency list follows 149# DO NOT DELETE: nice dependency list follows
150 150
151command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 151command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
152command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 152command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
153command.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 153command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
154command.o: command.h keyboard.h 154command.o: command.h keyboard.h
155encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 155encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
156encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 156encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
157encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 157encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
158encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 158encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
166encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 166encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
167encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 167encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
168encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 168encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
169encoding.o: table/compose.h table/category.h 169encoding.o: table/compose.h table/category.h
170fdpass.o: ../config.h libptytty.h 170fdpass.o: ../config.h libptytty.h
171init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 171init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
172init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 172init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
173init.o: libptytty.h rxvtperl.h hookinc.h rsinc.h init.h 173init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h
174iom.o: iom.h iom_conf.h rxvtutil.h callback.h 174iom.o: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
175keyboard.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
176keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 176keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
177keyboard.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 177keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
178keyboard.o: command.h 178keyboard.o: command.h
179logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 179logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
180logging.o: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h 180logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
181logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 181logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
182main.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 rxvtutil.h
183main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 183main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
184main.o: libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 184main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
185misc.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 rxvtutil.h
186misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 186misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
187misc.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 187misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h
188netdisp.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
189netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 189netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
190netdisp.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 190netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
191proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
192proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
193proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
191ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 194ptytty.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 195ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
193ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 196ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
194rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 197rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
195rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 198rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
196rxvt.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 199rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h
197rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h 200rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
198rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h 201rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
199rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 202rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
200rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 203rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
201rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 204rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
202rxvtd.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 205rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
203rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 206rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
204rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 207rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
205rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 208rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
206rxvtfont.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 209rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
207rxvtfont.o: table/linedraw.h
208rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 210rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
209rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h 211rxvtperl.o: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
210rxvtperl.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 212rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
211rxvtperl.o: perlxsi.c 213rxvtperl.o: perlxsi.c ./iom_perl.h
212rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 214rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
213rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 215rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
214rxvttoolkit.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 216rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
215rxvtutil.o: rxvtutil.h 217rxvtutil.o: rxvtutil.h
216salloc.o: salloc.h 218salloc.o: salloc.h
217screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 219screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
218screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 220screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
219screen.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C 221screen.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
220scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 222scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
221scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 223scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
222scrollbar-next.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 224scrollbar-next.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
223scrollbar-next.o: rsinc.h 225scrollbar-next.o: rsinc.h
224scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 226scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
225scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 227scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
226scrollbar-plain.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 228scrollbar-plain.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
227scrollbar-plain.o: rsinc.h 229scrollbar-plain.o: rsinc.h
228scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 230scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
229scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 231scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
230scrollbar-rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 232scrollbar-rxvt.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
231scrollbar-rxvt.o: rsinc.h 233scrollbar-rxvt.o: rsinc.h
232scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 234scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
233scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 235scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
234scrollbar-xterm.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 236scrollbar-xterm.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
235scrollbar-xterm.o: rsinc.h 237scrollbar-xterm.o: rsinc.h
236scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 238scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
237scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 239scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
238scrollbar.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 240scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
239xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 241xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
240xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 242xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
241xdefaults.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 243xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
242xdefaults.o: keyboard.h 244xdefaults.o: keyboard.h
243xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 245xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
244xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 246xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
245xpm.o: libptytty.h rxvtperl.h hookinc.h rsinc.h 247xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h
246 248
247command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 249command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
248command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 250command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
249command.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 251command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
250command.lo: command.h keyboard.h 252command.lo: command.h keyboard.h
251encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 253encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
252encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 254encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
253encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 255encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
254encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 256encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
263encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 265encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
264encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 266encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
265encoding.lo: table/compose.h table/category.h 267encoding.lo: table/compose.h table/category.h
266fdpass.lo: ../config.h libptytty.h 268fdpass.lo: ../config.h libptytty.h
267init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 269init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
268init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 270init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
269init.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h init.h 271init.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h init.h
270iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 272iom.lo: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
271keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 273keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
272keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 274keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
273keyboard.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 275keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
274keyboard.lo: command.h 276keyboard.lo: command.h
275logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 277logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
276logging.lo: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h 278logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
277logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 279logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
278main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 280main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
279main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 281main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
280main.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 282main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
281misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 283misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
282misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 284misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
283misc.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 285misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
284netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 286netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
285netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 287netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
286netdisp.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 288netdisp.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
290proxy.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
287ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 292ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
288ptytty.lo: optinc.h feature.h encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h 293ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
289ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 294ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
290rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 295rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
291rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 296rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
292rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 297rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
293rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h 298rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
294rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h 299rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
295rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 300rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
296rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 301rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
297rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 302rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
298rxvtd.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h 303rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
299rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h 304rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
300rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 305rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
301rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 306rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
302rxvtfont.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 307rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
303rxvtfont.lo: table/linedraw.h 308rxvtfont.lo: table/linedraw.h
304rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 309rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
305rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h 310rxvtperl.lo: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
306rxvtperl.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h 311rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
307rxvtperl.lo: perlxsi.c 312rxvtperl.lo: perlxsi.c ./iom_perl.h
308rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 313rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
309rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 314rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
310rxvttoolkit.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 315rxvttoolkit.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
311rxvtutil.lo: rxvtutil.h 316rxvtutil.lo: rxvtutil.h
312salloc.lo: salloc.h 317salloc.lo: salloc.h
313screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 318screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
314screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 319screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
315screen.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C 320screen.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
316scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 321scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
317scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 322scrollbar-next.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
318scrollbar-next.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 323scrollbar-next.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
319scrollbar-next.lo: rsinc.h 324scrollbar-next.lo: rsinc.h
320scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h 325scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
321scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 326scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
322scrollbar-plain.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h 327scrollbar-plain.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
323scrollbar-plain.lo: hookinc.h rsinc.h 328scrollbar-plain.lo: hookinc.h rsinc.h
324scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 329scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
325scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 330scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
326scrollbar-rxvt.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 331scrollbar-rxvt.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
327scrollbar-rxvt.lo: rsinc.h 332scrollbar-rxvt.lo: rsinc.h
328scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h 333scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
329scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 334scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
330scrollbar-xterm.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h 335scrollbar-xterm.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
331scrollbar-xterm.lo: hookinc.h rsinc.h 336scrollbar-xterm.lo: hookinc.h rsinc.h
332scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 337scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
333scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 338scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
334scrollbar.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h 339scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
335xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 340xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
336xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 341xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
337xdefaults.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h 342xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
338xdefaults.lo: keyboard.h 343xdefaults.lo: version.h keyboard.h
339xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h 344xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
340xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 345xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
341xpm.lo: libptytty.h rxvtperl.h hookinc.h rsinc.h 346xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines