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.163 by root, Sat May 19 00:27:04 2012 UTC vs.
Revision 1.168 by root, Sun Jun 3 10:14:43 2012 UTC

32 32
33COMMON = \ 33COMMON = \
34 background.o command.o rxvtfont.o init.o main.o misc.o \ 34 background.o command.o rxvtfont.o init.o main.o misc.o \
35 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 35 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
36 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ 36 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
37 rxvttoolkit.o rxvtutil.o keyboard.o \ 37 rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \
38 ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@ 38 ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@
39 39
40COMMON_DAEMON = rxvtdaemon.o 40COMMON_DAEMON = rxvtdaemon.o
41 41
42RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) 42RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
116 116
117rxvtperl.o: rxvtperl.C perlxsi.c 117rxvtperl.o: rxvtperl.C perlxsi.c
118 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 118 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
119 119
120depend: 120depend:
121 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C >/dev/null 2>&1 121 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1
122 122
123# DO NOT DELETE: nice dependency list follows 123# DO NOT DELETE: nice dependency list follows
124 124
125background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 125background.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
126background.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 126background.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
127background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 127background.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
128background.o: ../libev/ev.h callback.h scrollbar.h salloc.h 128background.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
129background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 129background.o: hookinc.h rsinc.h optinc.h
130background.o: optinc.h 130command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
131command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 131command.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
132command.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h
133command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 132command.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
134command.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 133command.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
135command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h 134command.o: hookinc.h rsinc.h optinc.h version.h command.h keyboard.h
136command.o: keyboard.h
137encoding.o: ../config.h encoding.h rxvtutil.h ../libptytty/src/ecb.h 135encoding.o: ../config.h encoding.h rxvtutil.h ../libptytty/src/ecb.h
138encoding.o: ../libptytty/src/estl.h table/iso8859_1.h table/iso8859_15.h 136encoding.o: ../libptytty/src/estl.h table/iso8859_1.h table/iso8859_15.h
139encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 137encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
140encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 138encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
141encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 139encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
152encoding.o: table/compose.h table/category.h 150encoding.o: table/compose.h table/category.h
153ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 151ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
154ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c 152ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
155fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h 153fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
156fdpass_wrapper.o: ../libptytty/src/libptytty.h 154fdpass_wrapper.o: ../libptytty/src/libptytty.h
157init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 155fifo.o: emman.h fifo.h ../libptytty/src/ecb.h
158init.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 156init.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
159init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 157init.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
160init.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 158init.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
161init.o: rxvtperl.h hookinc.h rsinc.h optinc.h init.h keyboard.h 159init.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
160init.o: optinc.h init.h keyboard.h
162keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 161keyboard.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
163keyboard.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 162keyboard.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
164keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 163keyboard.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
165keyboard.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 164keyboard.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
166keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h 165keyboard.o: hookinc.h rsinc.h optinc.h keyboard.h
167main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 166main.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
168main.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 167main.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
169main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 168main.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
170main.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 169main.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
171main.o: rxvtperl.h hookinc.h rsinc.h optinc.h init.h keyboard.h 170main.o: optinc.h init.h keyboard.h
172misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 171misc.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
173misc.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 172misc.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
174misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 173misc.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
175misc.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 174misc.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
176misc.o: rxvtperl.h hookinc.h rsinc.h optinc.h 175misc.o: optinc.h
177ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 176ptytty_wrapper.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
178ptytty_wrapper.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 177ptytty_wrapper.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h
179ptytty_wrapper.o: rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 178ptytty_wrapper.o: rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
180ptytty_wrapper.o: callback.h scrollbar.h salloc.h 179ptytty_wrapper.o: callback.h rxvtimg.h scrollbar.h
181ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 180ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
182ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C 181ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C
183ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h 182ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
184ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C 183ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
185rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 184rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
186rxvt.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 185rxvt.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
187rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 186rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
188rxvt.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 187rxvt.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
189rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h 188rxvt.o: optinc.h
190rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 189rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
191rxvtc.o: ../libptytty/src/estl.h ../libptytty/src/libptytty.h 190rxvtc.o: ../libptytty/src/estl.h ../libptytty/src/libptytty.h
192rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 191rxvtd.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
193rxvtd.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 192rxvtd.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
194rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 193rxvtd.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
195rxvtd.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 194rxvtd.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
196rxvtd.o: rxvtperl.h hookinc.h rsinc.h optinc.h rxvtdaemon.h 195rxvtd.o: rsinc.h optinc.h rxvtdaemon.h
197rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 196rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
198rxvtdaemon.o: ../libptytty/src/estl.h 197rxvtdaemon.o: ../libptytty/src/estl.h
199rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 198rxvtfont.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
200rxvtfont.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 199rxvtfont.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
201rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 200rxvtfont.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
202rxvtfont.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 201rxvtfont.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
203rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h 202rxvtfont.o: hookinc.h rsinc.h optinc.h table/linedraw.h
203rxvtimg.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
204rxvtimg.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
205rxvtimg.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
206rxvtimg.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
207rxvtimg.o: hookinc.h rsinc.h optinc.h
204rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 208rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
205rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h ../libptytty/src/ecb.h 209rxvtperl.o: rxvt.h feature.h ../libptytty/src/ecb.h encoding.h rxvtutil.h
206rxvtperl.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h callback.h 210rxvtperl.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h callback.h
207rxvtperl.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h rxvtperl.h 211rxvtperl.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
208rxvtperl.o: hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h 212rxvtperl.o: hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h
209rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 213rxvttoolkit.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
210rxvttoolkit.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 214rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
211rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 215rxvttoolkit.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
212rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h 216rxvttoolkit.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
213rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 217rxvttoolkit.o: hookinc.h rsinc.h optinc.h
214rxvttoolkit.o: optinc.h
215rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h 218rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h
216salloc.o: salloc.h 219screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
217screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 220screen.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
218screen.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h
219screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 221screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
220screen.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 222screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
221screen.o: rxvtperl.h hookinc.h rsinc.h optinc.h salloc.C 223screen.o: hookinc.h rsinc.h optinc.h
222scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 224scrollbar-next.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
223scrollbar-next.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 225scrollbar-next.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h
224scrollbar-next.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 226scrollbar-next.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
225scrollbar-next.o: ../libev/ev.h callback.h scrollbar.h salloc.h 227scrollbar-next.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
226scrollbar-next.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 228scrollbar-next.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
227scrollbar-next.o: optinc.h 229scrollbar-next.o: optinc.h
228scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 230scrollbar-plain.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
229scrollbar-plain.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 231scrollbar-plain.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h
230scrollbar-plain.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 232scrollbar-plain.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
231scrollbar-plain.o: ../libev/ev.h callback.h scrollbar.h salloc.h 233scrollbar-plain.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
232scrollbar-plain.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 234scrollbar-plain.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
233scrollbar-plain.o: optinc.h 235scrollbar-plain.o: optinc.h
234scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 236scrollbar-rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
235scrollbar-rxvt.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 237scrollbar-rxvt.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h
236scrollbar-rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 238scrollbar-rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
237scrollbar-rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h 239scrollbar-rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
238scrollbar-rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 240scrollbar-rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
239scrollbar-rxvt.o: optinc.h 241scrollbar-rxvt.o: optinc.h
240scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 242scrollbar-xterm.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
241scrollbar-xterm.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 243scrollbar-xterm.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h
242scrollbar-xterm.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 244scrollbar-xterm.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
243scrollbar-xterm.o: ../libev/ev.h callback.h scrollbar.h salloc.h 245scrollbar-xterm.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
244scrollbar-xterm.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 246scrollbar-xterm.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
245scrollbar-xterm.o: optinc.h 247scrollbar-xterm.o: optinc.h
246scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 248scrollbar.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
247scrollbar.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 249scrollbar.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
248scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 250scrollbar.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
249scrollbar.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 251scrollbar.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
250scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h 252scrollbar.o: hookinc.h rsinc.h optinc.h
251xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 253xdefaults.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
252xdefaults.o: ../libptytty/src/ecb.h ../libptytty/src/estl.h rxvtfont.h 254xdefaults.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
253xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 255xdefaults.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
254xdefaults.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 256xdefaults.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
255xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h 257xdefaults.o: hookinc.h rsinc.h optinc.h version.h keyboard.h
258rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
259rxvtperl.o: rxvt.h feature.h ../libptytty/src/ecb.h encoding.h rxvtutil.h
260rxvtperl.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h callback.h
261rxvtperl.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
262rxvtperl.o: hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines