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.168 by root, Sun Jun 3 10:14:43 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)
121 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/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
128background.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 137background.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
129background.o: hookinc.h rsinc.h optinc.h 138background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.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: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 143command.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
134command.o: hookinc.h 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 rxvtimg.h 168init.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
159init.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 169init.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
160init.o: optinc.h 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: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 174keyboard.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
165keyboard.o: hookinc.h 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 rxvtimg.h 178main.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
169main.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 179main.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
170main.o: optinc.h 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 rxvtimg.h 183misc.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
174misc.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 184misc.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
175misc.o: optinc.h 185misc.o: hookinc.h rsinc.h optinc.h
176ptytty_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
177ptytty_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
178ptytty_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
179ptytty_wrapper.o: callback.h rxvtimg.h scrollbar.h 189ptytty_wrapper.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
180ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 190ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
181ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C 191ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C
182ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h 192ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
183ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C 193ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
184rxvt.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
185rxvt.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
186rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h 196rxvt.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
187rxvt.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 197rxvt.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
188rxvt.o: optinc.h 198rxvt.o: hookinc.h rsinc.h optinc.h
189rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 199rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
190rxvtc.o: ../libptytty/src/estl.h ../libptytty/src/libptytty.h 200rxvtc.o: ../libptytty/src/estl.h emman.h ../libptytty/src/libptytty.h
191rxvtd.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
192rxvtd.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
193rxvtd.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h 203rxvtd.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
194rxvtd.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 204rxvtd.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
195rxvtd.o: rsinc.h optinc.h rxvtdaemon.h 205rxvtd.o: hookinc.h rsinc.h optinc.h rxvtdaemon.h
196rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h 206rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libptytty/src/ecb.h
197rxvtdaemon.o: ../libptytty/src/estl.h 207rxvtdaemon.o: ../libptytty/src/estl.h emman.h
198rxvtfont.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
199rxvtfont.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 209rxvtfont.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
200rxvtfont.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
201rxvtfont.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 211rxvtfont.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
202rxvtfont.o: hookinc.h rsinc.h optinc.h table/linedraw.h 212rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h
203rxvtimg.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 213rxvtimg.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 214rxvtimg.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
205rxvtimg.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 215rxvtimg.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
206rxvtimg.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 216rxvtimg.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
207rxvtimg.o: hookinc.h rsinc.h optinc.h 217rxvtimg.o: rxvtperl.h hookinc.h rsinc.h optinc.h
208rxvtperl.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
209rxvtperl.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
210rxvtperl.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h callback.h 220rxvtperl.o: ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
211rxvtperl.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 221rxvtperl.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
212rxvtperl.o: hookinc.h 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
213rxvttoolkit.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
214rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 225rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
215rxvttoolkit.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
216rxvttoolkit.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 227rxvttoolkit.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
217rxvttoolkit.o: hookinc.h rsinc.h optinc.h 228rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
229rxvttoolkit.o: optinc.h
218rxvtutil.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
219screen.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
220screen.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
221screen.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
222screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 235screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
223screen.o: hookinc.h rsinc.h optinc.h 236screen.o: hookinc.h rsinc.h optinc.h
224scrollbar-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
225scrollbar-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
226scrollbar-next.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 239scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
227scrollbar-next.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 240scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
228scrollbar-next.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 241scrollbar-next.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
229scrollbar-next.o: optinc.h 242scrollbar-next.o: hookinc.h rsinc.h optinc.h
230scrollbar-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
231scrollbar-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
232scrollbar-plain.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 245scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
233scrollbar-plain.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 246scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
234scrollbar-plain.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 247scrollbar-plain.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
235scrollbar-plain.o: optinc.h 248scrollbar-plain.o: hookinc.h rsinc.h optinc.h
236scrollbar-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
237scrollbar-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
238scrollbar-rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 251scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
239scrollbar-rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 252scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
240scrollbar-rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 253scrollbar-rxvt.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
241scrollbar-rxvt.o: optinc.h 254scrollbar-rxvt.o: hookinc.h rsinc.h optinc.h
242scrollbar-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
243scrollbar-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
244scrollbar-xterm.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 257scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
245scrollbar-xterm.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 258scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
246scrollbar-xterm.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 259scrollbar-xterm.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
247scrollbar-xterm.o: optinc.h 260scrollbar-xterm.o: hookinc.h rsinc.h optinc.h
248scrollbar.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
249scrollbar.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 262scrollbar.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
250scrollbar.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
251scrollbar.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 264scrollbar.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
252scrollbar.o: hookinc.h rsinc.h optinc.h 265scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h
253xdefaults.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
254xdefaults.o: rxvtutil.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h 267xdefaults.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
255xdefaults.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
256xdefaults.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 269xdefaults.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
257xdefaults.o: hookinc.h rsinc.h optinc.h version.h keyboard.h 270xdefaults.o: rxvtperl.h 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 271rxvtperl.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 272rxvtperl.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 273rxvtperl.o: ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
261rxvtperl.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 274rxvtperl.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
262rxvtperl.o: hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.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