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.191 by root, Sat Jul 3 04:04:12 2021 UTC vs.
Revision 1.192 by sf-exg, Fri Jul 23 19:18:52 2021 UTC

17INSTALL_PROGRAM = @INSTALL@ -m 755 17INSTALL_PROGRAM = @INSTALL@ -m 755
18INSTALL_DATA = @INSTALL@ -m 644 18INSTALL_DATA = @INSTALL@ -m 644
19CXXFLAGS = @CXXFLAGS@ 19CXXFLAGS = @CXXFLAGS@
20CPPFLAGS = @CPPFLAGS@ 20CPPFLAGS = @CPPFLAGS@
21LDFLAGS = @LDFLAGS@ 21LDFLAGS = @LDFLAGS@
22DEFS = @DEFS@ 22DEFS = @DEFS@ @PTYTTY_CFLAGS@
23LIBS = @LIBS@ 23LIBS = @LIBS@ @PTYTTY_LIBS@
24XINC = @X_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@ 24XINC = @X_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@
25XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@ 25XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@
26COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) 26COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
27LINK = @LINKER@ $(LDFLAGS) 27LINK = @LINKER@ $(LDFLAGS)
28EXEEXT = @EXEEXT@ 28EXEEXT = @EXEEXT@
29PERLFLAGS = @PERLFLAGS@ 29PERLFLAGS = @PERLFLAGS@
30PERLLIB = @PERLLIB@ 30PERLLIB = @PERLLIB@
31 31
38COMMON = \ 38COMMON = \
39 command.o rxvtfont.o init.o main.o misc.o \ 39 command.o rxvtfont.o init.o main.o misc.o \
40 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 40 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
41 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ 41 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
42 rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \ 42 rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \
43 ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@ 43 ev_cpp.o @PERL_O@
44 44
45COMMON_DAEMON = rxvtdaemon.o 45COMMON_DAEMON = rxvtdaemon.o
46 46
47RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) 47RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
48RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) 48RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT)
68 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB) 68 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB)
69 69
70rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) 70rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
71 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB) 71 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB)
72 72
73rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o 73rxvtc: rxvtc.o $(COMMON_DAEMON)
74 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) 74 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) $(LIBS)
75 75
76rclock: rclock.o 76rclock: rclock.o
77 $(LINK) -o $@ rclock.o $(LIBS) $(XLIB) 77 $(LINK) -o $@ rclock.o $(LIBS) $(XLIB)
78 78
79#------------------------------------------------------------------------- 79#-------------------------------------------------------------------------
143 143
144rxvtperl.o: rxvtperl.C perlxsi.c 144rxvtperl.o: rxvtperl.C perlxsi.c
145 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 145 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
146 146
147depend: 147depend:
148 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1 148 makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C *.xs >/dev/null 2>&1
149 149
150# makedepend has trouble finding these 150# makedepend has trouble finding these
151ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c 151ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c
152ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c 152ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c
153 153
155# DO NOT DELETE: nice dependency list follows 155# DO NOT DELETE: nice dependency list follows
156 156
157command.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 157command.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
158command.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 158command.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
159command.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 159command.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
160command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 160command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h
161command.o: version.h command.h keyboard.h 161command.o: keyboard.h
162encoding.o: ../config.h encoding.h rxvtutil.h ecb.h estl.h emman.h 162encoding.o: ../config.h encoding.h rxvtutil.h ecb.h estl.h emman.h
163encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h 163encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
164encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h 164encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
165encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h 165encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
166encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h 166encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
173encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 173encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
174encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 174encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
175encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 175encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
176encoding.o: table/compose.h table/category.h 176encoding.o: table/compose.h table/category.h
177ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 177ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
178ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c 178ev_cpp.o: ../libev/ev_vars.h ../libev/ev_kqueue.c ../libev/ev_select.c
179fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
180fdpass_wrapper.o: ../libptytty/src/libptytty.h
181init.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 179init.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
182init.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 180init.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
183init.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 181init.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h
184init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 182init.o: rsinc.h optinc.h init.h keyboard.h
185init.o: init.h keyboard.h
186keyboard.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 183keyboard.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
187keyboard.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 184keyboard.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
188keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 185keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
189keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 186keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h
190keyboard.o: optinc.h keyboard.h
191main.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 187main.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
192main.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 188main.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
193main.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 189main.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h
194main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 190main.o: rsinc.h optinc.h init.h keyboard.h
195main.o: init.h keyboard.h
196misc.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 191misc.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
197misc.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 192misc.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
198misc.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 193misc.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h
199misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 194misc.o: rsinc.h optinc.h
200ptytty_wrapper.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
201ptytty_wrapper.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
202ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
203ptytty_wrapper.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
204ptytty_wrapper.o: hookinc.h rsinc.h optinc.h ../libptytty/src/logging.C
205ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
206ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
207rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 195rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
208rxvt.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 196rxvt.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
209rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 197rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h
210rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 198rxvt.o: rsinc.h optinc.h
211rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h 199rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h
212rxvtc.o: ../libptytty/src/libptytty.h
213rxvtd.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 200rxvtd.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
214rxvtd.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 201rxvtd.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
215rxvtd.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 202rxvtd.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
216rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 203rxvtd.o: rxvtperl.h hookinc.h rsinc.h optinc.h rxvtdaemon.h
217rxvtd.o: rxvtdaemon.h
218rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h 204rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h
219rxvtfont.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 205rxvtfont.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
220rxvtfont.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 206rxvtfont.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
221rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 207rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
222rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 208rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h
223rxvtfont.o: optinc.h table/linedraw.h
224rxvtimg.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 209rxvtimg.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
225rxvtimg.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 210rxvtimg.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
226rxvtimg.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 211rxvtimg.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
227rxvtimg.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 212rxvtimg.o: rxvtperl.h hookinc.h rsinc.h optinc.h
228rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
229rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h
230rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h
231rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
232rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h
233rxvttoolkit.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h 213rxvttoolkit.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
234rxvttoolkit.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 214rxvttoolkit.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
235rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 215rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
236rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 216rxvttoolkit.o: rxvtperl.h hookinc.h rsinc.h optinc.h
237rxvttoolkit.o: optinc.h
238rxvtutil.o: emman.c emman.h ecb.h rxvtutil.h estl.h 217rxvtutil.o: emman.c emman.h ecb.h rxvtutil.h estl.h
239screen.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 218screen.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
240screen.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 219screen.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
241screen.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 220screen.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
242screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 221screen.o: rxvtperl.h hookinc.h rsinc.h optinc.h
243scrollbar-next.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h 222scrollbar-next.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
244scrollbar-next.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h 223scrollbar-next.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
245scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 224scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
246scrollbar-next.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
247scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h 225scrollbar-next.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h optinc.h
248scrollbar-plain.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h 226scrollbar-plain.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
249scrollbar-plain.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h 227scrollbar-plain.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
250scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 228scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
251scrollbar-plain.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
252scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h 229scrollbar-plain.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h
230scrollbar-plain.o: optinc.h
253scrollbar-rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h 231scrollbar-rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
254scrollbar-rxvt.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h 232scrollbar-rxvt.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
255scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 233scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
256scrollbar-rxvt.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
257scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h 234scrollbar-rxvt.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h optinc.h
258scrollbar-xterm.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h 235scrollbar-xterm.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
259scrollbar-xterm.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h 236scrollbar-xterm.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
260scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 237scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
261scrollbar-xterm.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
262scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h 238scrollbar-xterm.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h
239scrollbar-xterm.o: optinc.h
263scrollbar.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 240scrollbar.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
264scrollbar.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 241scrollbar.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
265scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 242scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
266scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 243scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h
267scrollbar.o: optinc.h
268xdefaults.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h 244xdefaults.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
269xdefaults.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 245xdefaults.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
270xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h 246xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
271xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 247xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h
272xdefaults.o: optinc.h version.h keyboard.h
273rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 248rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
274rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h 249rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h
275rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h 250rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h
276rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 251rxvtperl.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h iom_perl.h
277rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines