ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
Revision: 1.104
Committed: Fri Sep 14 15:10:51 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.103: +3 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 DATE=@DATE@
2 VERSION=@VERSION@
3 RXVTNAME=@RXVTNAME@
4 SHELL = /bin/sh
5 prefix = @prefix@
6 exec_prefix = @exec_prefix@
7 bindir = @bindir@
8 libdir = @libdir@
9 includedir = @includedir@
10 CC = @CC@
11 CXX = @CXX@
12 CPP = @CPP@
13 PERL = @PERL@
14 INSTALL = @INSTALL@
15 INSTALL_PROGRAM = @INSTALL@ -m 755
16 INSTALL_DATA = @INSTALL@ -m 644
17 CXXFLAGS = @CXXFLAGS@
18 CPPFLAGS = @CPPFLAGS@
19 LDFLAGS = @LDFLAGS@
20 DEFS = @DEFS@
21 LIBS = @LIBS@
22 XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@
23 XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@
24 COMPILE = $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) -I.. -I$(srcdir) -I.
25 LINK = @LINKER@ $(LDFLAGS)
26
27 srcdir = @srcdir@
28 VPATH = @srcdir@
29
30 DEBUG=-DDEBUG_STRICT
31
32 first_rule: all
33 dummy:
34
35 COMMON = \
36 background.o command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \
37 ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
38 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
39 rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@
40
41 COMMON_DAEMON = rxvtdaemon.o
42
43 RXVT_BASENAME=`echo $(RXVTNAME)|sed 's/$(EXEEXT)$$//'|sed '$(transform)'`
44 RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
45 RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
46 RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
47
48 #
49 # Distribution variables
50 #
51
52 .SUFFIXES: .C .c .o
53
54 #-------------------------------------------------------------------------
55 # inference rules
56 .C.o:
57 $(COMPILE) -c $<
58
59 #.C.lo:
60 # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
61 #
62 #.s.lo:
63 # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
64 #
65 #.S.lo:
66 # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
67
68 #-------------------------------------------------------------------------
69
70 all: allbin
71
72 rxvt: rxvt.o $(COMMON)
73 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@
74 # $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) -o $@
75
76 rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
77 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@
78 # $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) -o $@
79
80 rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o
81 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS)
82 # $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@
83
84 #librxvt.la: $(LIBOBJS)
85 # $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
86
87 #-------------------------------------------------------------------------
88
89 tags: *.[Ch]
90 ctags *.[Ch]
91
92 TAGS: *.[Ch]
93 etags *.[Ch]
94
95 allbin: rxvt rxvtd rxvtc
96
97 alldoc:
98
99 clean:
100 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
101 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
102
103 distclean: clean
104 rm -f Makefile rxvtlib.h
105
106 realclean: distclean
107 rm -f tags TAGS
108
109 cleandir: realclean
110
111 install-perl:
112 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
113 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
114 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
115 @IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
116 @IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/"`basename "$$ext"`"; done
117
118 install-bin: allbin
119 $(INSTALL) -d $(DESTDIR)$(bindir)
120 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
121 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
122 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
123
124 install: install-bin install-perl
125
126 perlxsi.c: Makefile
127 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
128
129 rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
130 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
131
132 rxvtperl.o: rxvtperl.C perlxsi.c
133 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
134
135 depend:
136 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
137 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
138
139 # DO NOT DELETE: nice dependency list follows
140
141 command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
142 command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
143 command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
144 command.o: command.h keyboard.h
145 encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
146 encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
147 encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
148 encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
149 encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
150 encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
151 encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
152 encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
153 encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
154 encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
155 encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
156 encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
157 encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
158 encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
159 encoding.o: table/compose.h table/category.h
160 fdpass.o: ../config.h libptytty.h
161 init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
162 init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
163 init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h
164 iom.o: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
165 keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
166 keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
167 keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
168 keyboard.o: command.h
169 logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
170 logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
171 logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
172 main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
173 main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
174 main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
175 misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
176 misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
177 misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h
178 netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
179 netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
180 netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
181 proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
182 proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
183 proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
184 ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
185 ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
186 ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
187 rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
188 rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
189 rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h
190 rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
191 rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
192 rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
193 rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
194 rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
195 rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
196 rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
197 rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
198 rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
199 rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
200 rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
201 rxvtperl.o: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
202 rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
203 rxvtperl.o: perlxsi.c ./iom_perl.h
204 rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
205 rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
206 rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
207 rxvtutil.o: rxvtutil.h
208 salloc.o: salloc.h
209 screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
210 screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
211 screen.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
212 scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
213 scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
214 scrollbar-next.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
215 scrollbar-next.o: rsinc.h
216 scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
217 scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
218 scrollbar-plain.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
219 scrollbar-plain.o: rsinc.h
220 scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
221 scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
222 scrollbar-rxvt.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
223 scrollbar-rxvt.o: rsinc.h
224 scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
225 scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
226 scrollbar-xterm.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
227 scrollbar-xterm.o: rsinc.h
228 scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
229 scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
230 scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
231 xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
232 xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
233 xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
234 xdefaults.o: keyboard.h
235 background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
236 background.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
237 background.o: salloc.h rxvtperl.h hookinc.h rsinc.h background.h
238
239 command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
240 command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
241 command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
242 command.lo: command.h keyboard.h
243 encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
244 encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
245 encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
246 encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
247 encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
248 encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
249 encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
250 encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h
251 encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h
252 encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h
253 encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
254 encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
255 encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
256 encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
257 encoding.lo: table/compose.h table/category.h
258 fdpass.lo: ../config.h libptytty.h
259 init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
260 init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
261 init.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h init.h
262 iom.lo: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
263 keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
264 keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
265 keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
266 keyboard.lo: command.h
267 logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
268 logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
269 logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
270 main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
271 main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
272 main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
273 misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
274 misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
275 misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
276 netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
277 netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
278 netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
279 proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
280 proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
281 proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
282 ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
283 ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
284 ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
285 rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
286 rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
287 rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
288 rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
289 rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
290 rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
291 rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
292 rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
293 rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
294 rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
295 rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
296 rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
297 rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
298 rxvtfont.lo: table/linedraw.h
299 rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
300 rxvtperl.lo: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
301 rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
302 rxvtperl.lo: perlxsi.c ./iom_perl.h
303 rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
304 rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
305 rxvttoolkit.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
306 rxvtutil.lo: rxvtutil.h
307 salloc.lo: salloc.h
308 screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
309 screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
310 screen.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
311 scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
312 scrollbar-next.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
313 scrollbar-next.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
314 scrollbar-next.lo: rsinc.h
315 scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
316 scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
317 scrollbar-plain.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
318 scrollbar-plain.lo: hookinc.h rsinc.h
319 scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
320 scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
321 scrollbar-rxvt.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
322 scrollbar-rxvt.lo: rsinc.h
323 scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
324 scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
325 scrollbar-xterm.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
326 scrollbar-xterm.lo: hookinc.h rsinc.h
327 scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
328 scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
329 scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
330 xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
331 xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
332 xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
333 xdefaults.lo: version.h keyboard.h
334 background.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
335 background.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
336 background.lo: salloc.h rxvtperl.h hookinc.h rsinc.h background.h