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.50 by root, Tue Jan 17 10:14:26 2006 UTC vs.
Revision 1.51 by root, Tue Jan 17 15:17:39 2006 UTC

64 64
65COMMON = \ 65COMMON = \
66 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ 66 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \
67 ptytty.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 67 ptytty.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
68 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \ 68 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \
69 rxvttoolkit.o rxvtutil.o iom.o keyboard.o @PERL_O@ 69 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@
70 70
71COMMON_DAEMON = rxvtdaemon.o fdpass.o 71COMMON_DAEMON = rxvtdaemon.o
72 72
73RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 73RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
74RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 74RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
75RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 75RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
76RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 76RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
105 105
106rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) 106rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
107 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ 107 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@
108# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 108# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
109 109
110rxvtc: rxvtc.o $(COMMON_DAEMON) 110rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o
111 $(LINK) -o $@ $^ $(LIBS) $(DLIB) 111 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
112# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 112# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
113 113
114#librxvt.la: $(LIBOBJS) 114#librxvt.la: $(LIBOBJS)
115# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 115# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
161 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 161 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
162 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 162 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
163 163
164# DO NOT DELETE: nice dependency list follows 164# DO NOT DELETE: nice dependency list follows
165 165
166command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 166command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
167command.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 167command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
168command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h 168command.o: salloc.h rxvtperl.h hookinc.h rsinc.h version.h command.h
169command.o: command.h keyboard.h 169command.o: keyboard.h
170encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 170encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
171encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 171encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
172encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 172encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
173encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 173encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
174encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 174encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
180encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 180encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
181encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 181encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
182encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 182encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
183encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 183encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
184encoding.o: table/compose.h table/category.h 184encoding.o: table/compose.h table/category.h
185fdpass.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 185fdpass.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
186fdpass.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 186fdpass.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
187fdpass.o: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h 187fdpass.o: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h
188init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 188init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
189init.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 189init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
190init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h 190init.o: rxvtperl.h hookinc.h rsinc.h init.h
191iom.o: iom.h iom_conf.h rxvtutil.h callback.h 191iom.o: iom.h iom_conf.h rxvtutil.h callback.h
192keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 192keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
193keyboard.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 193keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
194keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 194keyboard.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h command.h
195keyboard.o: command.h
196logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 195logging.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
197logging.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
198logging.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
199main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
200main.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 196logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
197logging.o: salloc.h rxvtperl.h hookinc.h rsinc.h ptytty.h
198main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
199main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
201main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 200main.o: rxvtperl.h hookinc.h rsinc.h keyboard.h
201misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
202misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
203misc.o: rxvtperl.h hookinc.h rsinc.h
202misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 204netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
203misc.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 205netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
204misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h 206netdisp.o: salloc.h rxvtperl.h hookinc.h rsinc.h
205netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
206netdisp.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
207netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
208ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 207ptytty.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
209ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 208ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
210ptytty.o: salloc.h rxvtperl.h hookinc.h rsinc.h 209ptytty.o: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h ptytty.h
211rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 210rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
212rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 211rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
213rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h 212rxvt.o: rxvtperl.h hookinc.h rsinc.h
214rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h 213rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
215rxvtc.o: ptytty.h feature.h optinc.h encoding.h rxvtfont.h rxvttoolkit.h 214rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
216rxvtc.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 215rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
217rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 216rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
218rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 217rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
219rxvtd.o: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h 218rxvtd.o: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h
220rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 219rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
221rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 220rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
222rxvtfont.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 221rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
223rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h 222rxvtfont.o: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
224rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 223rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h
225rxvtperl.o: rxvtlib.h ptytty.h feature.h optinc.h encoding.h rxvtfont.h 224rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h
226rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 225rxvtperl.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c
227rxvtperl.o: perlxsi.c
228rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 226rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
229rxvttoolkit.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 227rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
230rxvttoolkit.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 228rxvttoolkit.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
231rxvtutil.o: rxvtutil.h 229rxvtutil.o: rxvtutil.h
232salloc.o: salloc.h 230salloc.o: salloc.h
233screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 231screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
234screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 232screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
235screen.o: salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C 233screen.o: salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
236scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 234scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
237scrollbar-next.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
238scrollbar-next.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
239scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
240scrollbar-plain.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
241scrollbar-plain.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h
242scrollbar-plain.o: rsinc.h
243scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
244scrollbar-rxvt.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
245scrollbar-rxvt.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
246scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
247scrollbar-xterm.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
248scrollbar-xterm.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h
249scrollbar-xterm.o: rsinc.h
250scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
251scrollbar.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 235scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
252scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 236scrollbar-next.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
237scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
238scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
239scrollbar-plain.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
240scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
241scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
242scrollbar-rxvt.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
243scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
244scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
245scrollbar-xterm.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
246scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
247scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
248scrollbar.o: salloc.h rxvtperl.h hookinc.h rsinc.h
253xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 249xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
254xdefaults.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 250xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
255xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h 251xdefaults.o: salloc.h rxvtperl.h hookinc.h rsinc.h version.h keyboard.h
256xdefaults.o: keyboard.h 252xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
253xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
254xpm.o: rxvtperl.h hookinc.h rsinc.h
255
257xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 256command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
258xpm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 257command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
259xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h
260
261command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h
262command.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
263command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h 258command.lo: salloc.h rxvtperl.h hookinc.h rsinc.h version.h command.h
264command.lo: command.h keyboard.h 259command.lo: keyboard.h
265encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 260encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
266encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 261encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
267encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 262encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
268encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 263encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
269encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 264encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
275encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h 270encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
276encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 271encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
277encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 272encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
278encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 273encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
279encoding.lo: table/compose.h table/category.h 274encoding.lo: table/compose.h table/category.h
280fdpass.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 275fdpass.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
281fdpass.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 276fdpass.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
282fdpass.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h 277fdpass.lo: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h
283init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 278init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
284init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 279init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
285init.lo: salloc.h rxvtperl.h hookinc.h rsinc.h init.h 280init.lo: salloc.h rxvtperl.h hookinc.h rsinc.h init.h
286iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 281iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
287keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 282keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
288keyboard.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 283keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
289keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 284keyboard.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h command.h
290keyboard.lo: command.h
291logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 285logging.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
292logging.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 286logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
293logging.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 287logging.lo: salloc.h rxvtperl.h hookinc.h rsinc.h ptytty.h
294main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 288main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
295main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 289main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
296main.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 290main.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
297misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 291misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
298misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 292misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
299misc.lo: salloc.h rxvtperl.h hookinc.h rsinc.h 293misc.lo: salloc.h rxvtperl.h hookinc.h rsinc.h
300netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 294netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
301netdisp.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 295netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
302netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 296netdisp.lo: salloc.h rxvtperl.h hookinc.h rsinc.h
303ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 297ptytty.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
304ptytty.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 298ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
305ptytty.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 299ptytty.lo: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h ptytty.h
306rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 300rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
307rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 301rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
308rxvt.lo: salloc.h rxvtperl.h hookinc.h rsinc.h 302rxvt.lo: salloc.h rxvtperl.h hookinc.h rsinc.h
309rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h 303rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
310rxvtc.lo: ptytty.h feature.h optinc.h encoding.h rxvtfont.h rxvttoolkit.h 304rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
311rxvtc.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 305rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
312rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h 306rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
313rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 307rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
314rxvtd.lo: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h 308rxvtd.lo: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h
315rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h 309rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
316rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 310rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
317rxvtfont.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 311rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
318rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 312rxvtfont.lo: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
319rxvtfont.lo: table/linedraw.h
320rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h 313rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h
321rxvtperl.lo: rxvtlib.h ptytty.h feature.h optinc.h encoding.h rxvtfont.h 314rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h
322rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h 315rxvtperl.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c
323rxvtperl.lo: perlxsi.c
324rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 316rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
325rxvttoolkit.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 317rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
326rxvttoolkit.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 318rxvttoolkit.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
327rxvtutil.lo: rxvtutil.h 319rxvtutil.lo: rxvtutil.h
328salloc.lo: salloc.h 320salloc.lo: salloc.h
329screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 321screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
330screen.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 322screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
331screen.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C 323screen.lo: salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
332scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 324scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
333scrollbar-next.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 325scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
334scrollbar-next.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h 326scrollbar-next.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
335scrollbar-next.lo: rsinc.h
336scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 327scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
337scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 328scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
338scrollbar-plain.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h 329scrollbar-plain.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h
339scrollbar-plain.lo: rsinc.h 330scrollbar-plain.lo: rsinc.h
340scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 331scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
341scrollbar-rxvt.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 332scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
342scrollbar-rxvt.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h 333scrollbar-rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
343scrollbar-rxvt.lo: rsinc.h
344scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 334scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
345scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 335scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
346scrollbar-xterm.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h 336scrollbar-xterm.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h
347scrollbar-xterm.lo: rsinc.h 337scrollbar-xterm.lo: rsinc.h
348scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 338scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
349scrollbar.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 339scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
350scrollbar.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h 340scrollbar.lo: salloc.h rxvtperl.h hookinc.h rsinc.h
351xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h 341xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
352xdefaults.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
353xdefaults.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
354xdefaults.lo: keyboard.h
355xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h
356xpm.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 342xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
343xdefaults.lo: salloc.h rxvtperl.h hookinc.h rsinc.h version.h keyboard.h
344xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
345xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
357xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h 346xpm.lo: rxvtperl.h hookinc.h rsinc.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines