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.165 by root, Sun Jun 3 09:59:02 2012 UTC vs.
Revision 1.170 by root, Fri Sep 21 22:55:56 2012 UTC

1DATE=@DATE@ 1DATE = @DATE@
2VERSION=@VERSION@ 2VERSION = @VERSION@
3RXVTNAME=@RXVTNAME@ 3RXVTNAME = @RXVTNAME@
4SHELL = /bin/sh 4SHELL = /bin/sh
5prefix = @prefix@ 5prefix = @prefix@
6exec_prefix = @exec_prefix@ 6exec_prefix = @exec_prefix@
7bindir = @bindir@ 7bindir = @bindir@
8libdir = @libdir@ 8libdir = @libdir@
9man1dir = @mandir@/man1
10man1ext = 1
9CXX = @CXX@ 11CXX = @CXX@
10PERL = @PERL@ 12PERL = @PERL@
11INSTALL = @INSTALL@ 13INSTALL = @INSTALL@
12INSTALL_PROGRAM = @INSTALL@ -m 755 14INSTALL_PROGRAM = @INSTALL@ -m 755
13INSTALL_DATA = @INSTALL@ -m 644 15INSTALL_DATA = @INSTALL@ -m 644
80allbin: rxvt rxvtd rxvtc 82allbin: rxvt rxvtd rxvtc
81 83
82alldoc: 84alldoc:
83 85
84clean: 86clean:
85 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 87 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C mantmp
86 rm -f *.o 88 rm -f *.o
87 89
88distclean: clean 90distclean: clean
89 rm -f Makefile 91 rm -f Makefile
90 92
96install-perl: 98install-perl:
97@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) 99@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
98@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt 100@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
99@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl 101@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
100@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm 102@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
101@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; done 103@IF_PERL@ cd $(srcdir)/perl; for ext in *; do \
104@IF_PERL@ test -f "$$ext" || continue; \
105@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \
106@IF_PERL@ < "$$ext" \
107@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "abc", quotes => q<"> , center => q<RXVT-UNICODE>)->parse_from_file' \
108@IF_PERL@ > ../mantmp; \
109@IF_PERL@ test -s ../mantmp && $(INSTALL_DATA) ../mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$ext.$(man1ext); \
110@IF_PERL@ done
102 111
103install-bin: allbin 112install-bin: allbin
104 $(INSTALL) -d $(DESTDIR)$(bindir) 113 $(INSTALL) -d $(DESTDIR)$(bindir)
105 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 114 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
106 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 115 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
116 125
117rxvtperl.o: rxvtperl.C perlxsi.c 126rxvtperl.o: rxvtperl.C perlxsi.c
118 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 127 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
119 128
120depend: 129depend:
121 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C >/dev/null 2>&1 130 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1
122 131
123# DO NOT DELETE: nice dependency list follows 132# DO NOT DELETE: nice dependency list follows
124 133
125background.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 134background.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
126background.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 135background.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
127background.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 136background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
137background.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
128background.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 138background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
129background.o: rsinc.h optinc.h 139background.o: optinc.h
130command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 140command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
131command.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 141command.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
132command.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 142command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
133command.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 143command.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
134command.o: rsinc.h optinc.h version.h command.h keyboard.h 144command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h
145command.o: keyboard.h
135encoding.o: ../config.h encoding.h rxvtutil.h ../libptytty/src/ecb.h 146encoding.o: ../config.h encoding.h rxvtutil.h ../libptytty/src/ecb.h
136encoding.o: ../libptytty/src/estl.h table/iso8859_1.h table/iso8859_15.h 147encoding.o: ../libptytty/src/estl.h emman.h table/iso8859_1.h
137encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
138encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 148encoding.o: table/iso8859_15.h table/iso8859_2.h table/iso8859_3.h
139encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 149encoding.o: table/iso8859_4.h table/iso8859_5.h table/iso8859_6.h
140encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 150encoding.o: table/iso8859_7.h table/iso8859_8.h table/iso8859_9.h
141encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h 151encoding.o: table/iso8859_10.h table/iso8859_11.h table/iso8859_13.h
152encoding.o: table/iso8859_14.h table/iso8859_16.h table/koi8_r.h
142encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h 153encoding.o: table/koi8_u.h table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
143encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h 154encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
144encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h 155encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
145encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h 156encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
146encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 157encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
147encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 158encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
150encoding.o: table/compose.h table/category.h 161encoding.o: table/compose.h table/category.h
151ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 162ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
152ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c 163ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
153fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h 164fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
154fdpass_wrapper.o: ../libptytty/src/libptytty.h 165fdpass_wrapper.o: ../libptytty/src/libptytty.h
155fifo.o: emman.h fifo.h ../libptytty/src/ecb.h
156init.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 166init.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
157init.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h 167init.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
158init.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 168init.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
159init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 169init.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
160init.o: init.h keyboard.h 170init.o: hookinc.h rsinc.h optinc.h init.h keyboard.h
161keyboard.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 171keyboard.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
162keyboard.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 172keyboard.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
163keyboard.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 173keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
164keyboard.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 174keyboard.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
165keyboard.o: rsinc.h optinc.h keyboard.h 175keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h
166main.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 176main.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
167main.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h 177main.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
168main.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 178main.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
169main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 179main.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
170main.o: init.h keyboard.h 180main.o: hookinc.h rsinc.h optinc.h init.h keyboard.h
171misc.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 181misc.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
172misc.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h 182misc.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
173misc.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 183misc.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
174misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 184misc.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
185misc.o: hookinc.h rsinc.h optinc.h
175ptytty_wrapper.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h 186ptytty_wrapper.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
176ptytty_wrapper.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h 187ptytty_wrapper.o: encoding.h rxvtutil.h ../libptytty/src/estl.h emman.h
177ptytty_wrapper.o: rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 188ptytty_wrapper.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
178ptytty_wrapper.o: callback.h scrollbar.h ../libptytty/src/libptytty.h 189ptytty_wrapper.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
179ptytty_wrapper.o: rxvtperl.h hookinc.h rsinc.h optinc.h 190ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
191ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C
192ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
180ptytty_wrapper.o: ../libptytty/src/logging.C ../libptytty/src/ptytty.h 193ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
181ptytty_wrapper.o: ../libptytty/src/ptytty_conf.h ../libptytty/src/proxy.C
182ptytty_wrapper.o: ../libptytty/src/ptytty.C
183rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 194rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
184rxvt.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h 195rxvt.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
185rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 196rxvt.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
186rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 197rxvt.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
198rxvt.o: hookinc.h rsinc.h optinc.h
187rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 199rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
188rxvtc.o: ../libptytty/src/estl.h ../libptytty/src/libptytty.h 200rxvtc.o: ../libptytty/src/estl.h emman.h ../libptytty/src/libptytty.h
189rxvtd.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 201rxvtd.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
190rxvtd.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h 202rxvtd.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
191rxvtd.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 203rxvtd.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
192rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 204rxvtd.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
193rxvtd.o: rxvtdaemon.h 205rxvtd.o: hookinc.h rsinc.h optinc.h rxvtdaemon.h
194rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 206rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
195rxvtdaemon.o: ../libptytty/src/estl.h 207rxvtdaemon.o: ../libptytty/src/estl.h emman.h
196rxvtfont.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 208rxvtfont.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
197rxvtfont.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 209rxvtfont.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
198rxvtfont.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 210rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
199rxvtfont.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 211rxvtfont.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
200rxvtfont.o: rsinc.h optinc.h table/linedraw.h 212rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h
213rxvtimg.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
214rxvtimg.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
215rxvtimg.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
216rxvtimg.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
217rxvtimg.o: rxvtperl.h hookinc.h rsinc.h optinc.h
201rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 218rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
202rxvtperl.o: rxvt.h feature.h ../libptytty/src/ecb.h encoding.h rxvtutil.h 219rxvtperl.o: rxvt.h feature.h ../libptytty/src/ecb.h encoding.h rxvtutil.h
203rxvtperl.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h callback.h 220rxvtperl.o: ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
204rxvtperl.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 221rxvtperl.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
205rxvtperl.o: rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h 222rxvtperl.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c
223rxvtperl.o: iom_perl.h
206rxvttoolkit.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 224rxvttoolkit.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
207rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 225rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
208rxvttoolkit.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 226rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
227rxvttoolkit.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
209rxvttoolkit.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 228rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
210rxvttoolkit.o: rsinc.h optinc.h 229rxvttoolkit.o: optinc.h
211rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h 230rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h emman.h
231rxvtutil.o: emman.c
212screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 232screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
213screen.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 233screen.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
214screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 234screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
215screen.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 235screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
216screen.o: rsinc.h optinc.h 236screen.o: hookinc.h rsinc.h optinc.h
217scrollbar-next.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h 237scrollbar-next.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
218scrollbar-next.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h 238scrollbar-next.o: encoding.h rxvtutil.h ../libptytty/src/estl.h emman.h
219scrollbar-next.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 239scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
220scrollbar-next.o: ../libev/ev.h callback.h scrollbar.h 240scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
221scrollbar-next.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 241scrollbar-next.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
222scrollbar-next.o: optinc.h 242scrollbar-next.o: hookinc.h rsinc.h optinc.h
223scrollbar-plain.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h 243scrollbar-plain.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
224scrollbar-plain.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h 244scrollbar-plain.o: encoding.h rxvtutil.h ../libptytty/src/estl.h emman.h
225scrollbar-plain.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 245scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
226scrollbar-plain.o: ../libev/ev.h callback.h scrollbar.h 246scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
227scrollbar-plain.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 247scrollbar-plain.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
228scrollbar-plain.o: optinc.h 248scrollbar-plain.o: hookinc.h rsinc.h optinc.h
229scrollbar-rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h 249scrollbar-rxvt.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
230scrollbar-rxvt.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h 250scrollbar-rxvt.o: encoding.h rxvtutil.h ../libptytty/src/estl.h emman.h
231scrollbar-rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 251scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
232scrollbar-rxvt.o: ../libev/ev.h callback.h scrollbar.h 252scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
233scrollbar-rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 253scrollbar-rxvt.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
234scrollbar-rxvt.o: optinc.h 254scrollbar-rxvt.o: hookinc.h rsinc.h optinc.h
235scrollbar-xterm.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h 255scrollbar-xterm.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h
236scrollbar-xterm.o: encoding.h rxvtutil.h ../libptytty/src/estl.h rxvtfont.h 256scrollbar-xterm.o: encoding.h rxvtutil.h ../libptytty/src/estl.h emman.h
237scrollbar-xterm.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 257scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
238scrollbar-xterm.o: ../libev/ev.h callback.h scrollbar.h 258scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
239scrollbar-xterm.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 259scrollbar-xterm.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
240scrollbar-xterm.o: optinc.h 260scrollbar-xterm.o: hookinc.h rsinc.h optinc.h
241scrollbar.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 261scrollbar.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
242scrollbar.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 262scrollbar.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
243scrollbar.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 263scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
244scrollbar.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 264scrollbar.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
245scrollbar.o: rsinc.h optinc.h 265scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h
246xdefaults.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 266xdefaults.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
247xdefaults.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 267xdefaults.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
248xdefaults.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 268xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
249xdefaults.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 269xdefaults.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
250xdefaults.o: rsinc.h optinc.h version.h keyboard.h 270xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h
271rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
272rxvtperl.o: rxvt.h feature.h ../libptytty/src/ecb.h encoding.h rxvtutil.h
273rxvtperl.o: ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
274rxvtperl.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
275rxvtperl.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c
276rxvtperl.o: iom_perl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines