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.19 by root, Fri Aug 20 02:19:38 2004 UTC vs.
Revision 1.23 by root, Sun Jan 16 18:05:37 2005 UTC

1# $Id: Makefile.in,v 1.19 2004/08/20 02:19:38 root Exp $ 1# $Id: Makefile.in,v 1.23 2005/01/16 18:05:37 root Exp $
2@MCOMMON@ 2@MCOMMON@
3 3
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 5
6srcdir = @srcdir@ 6srcdir = @srcdir@
14 14
15# for developers: the following debug options may be used 15# for developers: the following debug options may be used
16# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS 16# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS
17# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES 17# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
18# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE 18# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
19# -DDEBUG_KEYBOARD
19DEBUG=-DDEBUG_STRICT @DEBUG@ 20DEBUG=-DDEBUG_STRICT @DEBUG@
20 21
21first_rule: all 22first_rule: all
22dummy: 23dummy:
23 24
24LIBSRCS = command.C rxvtfont.C init.C logging.C \ 25LIBSRCS = command.C rxvtfont.C init.C logging.C \
25 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \ 26 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \
26 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \ 27 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \
27 xdefaults.C xpm.C encoding.C rxvttoolkit.C rxvtutil.C iom.C \ 28 xdefaults.C xpm.C encoding.C rxvttoolkit.C rxvtutil.C iom.C \
28 scrollbar-plain.C 29 scrollbar-plain.C keyboard.C
29 30
30SRCS = rxvt.C $(LIBSRCS) 31SRCS = rxvt.C $(LIBSRCS)
31 32
32HDRS = command.h rxvtfont.h feature.h init.h logging.h \ 33HDRS = command.h rxvtfont.h feature.h init.h logging.h \
33 menubar.h netdisp.h rxvt.h rxvtgrx.h version.h encoding.h \ 34 menubar.h netdisp.h rxvt.h rxvtgrx.h version.h encoding.h \
34 rxvtutil.h iom.h iom_conf.h 35 rxvtutil.h iom.h iom_conf.h keyboard.h
35 36
36EXTRAHDRS = rxvtlib.h rxvtdaemon.h 37EXTRAHDRS = rxvtlib.h rxvtdaemon.h
37 38
38OBJS = command.o rxvtfont.o init.o logging.o \ 39OBJS = command.o rxvtfont.o init.o logging.o \
39 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ 40 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
40 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \ 41 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \
41 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvttoolkit.o rxvtutil.o iom.o 42 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o
42LIBOBJS = command.lo rxvtfont.lo init.lo logging.lo \ 43LIBOBJS = command.lo rxvtfont.lo init.lo logging.lo \
43 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \ 44 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \
44 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \ 45 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \
45 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvttoolkit.lo rxvtutil.lo iom.lo 46 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvttoolkit.lo rxvtutil.lo iom.lo keyboard.lo
46 47
47LIBVERSION = @LIBVERSION@ 48LIBVERSION = @LIBVERSION@
48INSTALL_LIBRXVT = @INSTALL_LIBRXVT@ 49INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
49 50
50RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 51RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
52RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 53RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
53RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 54RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
54RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) 55RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
55 56
56INTPROS = rxvtfont.intpro logging.intpro main.intpro misc.intpro \ 57INTPROS = rxvtfont.intpro logging.intpro main.intpro misc.intpro \
57 ptytty.intpro xpm.intpro 58 ptytty.intpro xpm.intpro
58
59DEPS = rxvt.h rxvtlib.h ${basedir}/config.h feature.h rxvttoolkit.h
60 59
61# 60#
62# Distribution variables 61# Distribution variables
63# 62#
64 63
154 mkdir $(basedir)/../$(VERNAME)/$(thisdir) 153 mkdir $(basedir)/../$(VERNAME)/$(thisdir)
155 154
156distcopy: $(INTPROS) 155distcopy: $(INTPROS)
157 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir) 156 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)
158 157
159# ----------------------------------------------------------------------- 158depend:
159 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
160 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
161
160# DO NOT DELETE: nice dependency list follows 162# DO NOT DELETE: nice dependency list follows
161#
162 163
163rxvtfont.h: encoding.h rxvtutil.h 164command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
164rxvtlib.h: rxvttoolkit.h rxvtfont.h 165command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
165rxvtdaemon.o: rxvtdaemon.C $(DEPS) rxvtdaemon.h 166command.o: salloc.h menubar.h version.h command.h keyboard.h
166rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtutil.h 167encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
167rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtutil.h 168encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
169encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
170encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
171encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
172encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
173encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
174encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
175encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
176encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
177encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
178encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
179encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
180encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
181encoding.o: table/compose.h table/category.h
182init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
183init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
184init.o: menubar.h init.h
185iom.o: iom.h iom_conf.h rxvtutil.h callback.h
186keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
187keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
188keyboard.o: salloc.h menubar.h keyboard.h command.h
189logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
190logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
191logging.o: salloc.h menubar.h logging.h logging.intpro
192main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
193main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
194main.o: menubar.h main.intpro keyboard.h
195menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
196menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
197menubar.o: salloc.h menubar.h version.h
198misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
199misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
200misc.o: menubar.h misc.intpro
201netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
202netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
203netdisp.o: salloc.h menubar.h
204ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
205ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
206ptytty.o: salloc.h menubar.h
207rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
208rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
209rxvt.o: menubar.h
210rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
211rxvtc.o: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
212rxvtc.o: callback.h salloc.h menubar.h
213rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
214rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
215rxvtd.o: salloc.h menubar.h rxvtdaemon.h
216rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
217rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
218rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
219rxvtfont.o: salloc.h menubar.h table/linedraw.h
220rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
221rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
222rxvttoolkit.o: callback.h salloc.h menubar.h
223rxvtutil.o: rxvtutil.h
224salloc.o: salloc.h
225screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
226screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
227screen.o: salloc.h menubar.h salloc.C
228scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
229scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
230scrollbar-next.o: callback.h salloc.h menubar.h
231scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
232scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
233scrollbar-plain.o: callback.h salloc.h menubar.h
234scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
235scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
236scrollbar-rxvt.o: callback.h salloc.h menubar.h
237scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
238scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
239scrollbar-xterm.o: callback.h salloc.h menubar.h
240scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
241scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
242scrollbar.o: salloc.h menubar.h
243strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
244strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
245strings.o: salloc.h menubar.h
246xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
247xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
248xdefaults.o: salloc.h menubar.h version.h keyboard.h
249xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
250xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
251xpm.o: menubar.h xpm.intpro
168 252
169command.o: command.C $(DEPS) command.h version.h 253command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
170rxvtfont.o: rxvtfont.C $(DEPS) rxvtfont.h 254command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
171init.o: init.C $(DEPS) init.h rxvtfont.h 255command.lo: salloc.h menubar.h version.h command.h keyboard.h
172logging.o: logging.C $(DEPS) logging.intpro logging.h 256encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
173main.o: main.C $(DEPS) main.intpro 257encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
174menubar.o: menubar.C $(DEPS) menubar.h version.h 258encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
175misc.o: misc.C $(DEPS) misc.intpro 259encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
176netdisp.o: netdisp.C $(DEPS) netdisp.h 260encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
177ptytty.o: ptytty.C $(DEPS) ptytty.intpro 261encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
178rxvt.o: rxvt.C $(DEPS) 262encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
179screen.o: screen.C $(DEPS) rxvtfont.h 263encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h
180scrollbar.o: scrollbar.C $(DEPS) 264encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h
181scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) 265encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h
182scrollbar-next.o: scrollbar-next.C $(DEPS) 266encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
183scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) 267encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
184scrollbar-plain.o: scrollbar-plain.C $(DEPS) 268encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
185strings.o: strings.C $(DEPS) 269encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
186xdefaults.o: xdefaults.C $(DEPS) version.h 270encoding.lo: table/compose.h table/category.h
187xpm.o: xpm.C $(DEPS) xpm.intpro 271init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
188encoding.o: encoding.C $(DEPS) encoding.h 272init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
189rxvttoolkit.o: rxvttoolkit.C $(DEPS) 273init.lo: salloc.h menubar.h init.h
190iom.o: iom.C $(DEPS) iom.h 274iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
191 275keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
192command.lo: command.C $(DEPS) version.h 276keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
193rxvtfont.lo: rxvtfont.C $(DEPS) rxvtfont.h encoding.h 277keyboard.lo: salloc.h menubar.h keyboard.h command.h
194init.lo: init.C $(DEPS) init.intpro init.h 278logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
195logging.lo: logging.C $(DEPS) logging.intpro logging.h 279logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
196main.lo: main.C $(DEPS) main.intpro 280logging.lo: salloc.h menubar.h logging.h logging.intpro
197menubar.lo: menubar.C $(DEPS) version.h 281main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
198misc.lo: misc.C $(DEPS) misc.intpro 282main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
199netdisp.lo: netdisp.C $(DEPS) netdisp.h 283main.lo: salloc.h menubar.h main.intpro keyboard.h
200ptytty.lo: ptytty.C $(DEPS) ptytty.intpro 284menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
201rxvt.lo: rxvt.C $(DEPS) 285menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
202screen.lo: screen.C $(DEPS) rxvtfont.h 286menubar.lo: salloc.h menubar.h version.h
203scrollbar.lo: scrollbar.C $(DEPS) 287misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
204scrollbar-rxvt.lo: scrollbar-rxvt.C $(DEPS) 288misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
205scrollbar-next.lo: scrollbar-next.C $(DEPS) 289misc.lo: salloc.h menubar.h misc.intpro
206scrollbar-xterm.lo: scrollbar-xterm.C $(DEPS) 290netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
207scrollbar-plain.lo: scrollbar-plain.C $(DEPS) 291netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
208strings.lo: strings.C $(DEPS) 292netdisp.lo: salloc.h menubar.h
209xdefaults.lo: xdefaults.C $(DEPS) version.h 293ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
210xpm.lo: xpm.C $(DEPS) xpm.intpro 294ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
211encoding.lo: encoding.C $(DEPS) encoding.h 295ptytty.lo: salloc.h menubar.h
212rxvttoolkit.lo: rxvttoolkit.C $(DEPS) 296rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
213iom.lo: iom.C $(DEPS) iom.h 297rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
214 298rxvt.lo: salloc.h menubar.h
215 299rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
300rxvtc.lo: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
301rxvtc.lo: callback.h salloc.h menubar.h
302rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
303rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
304rxvtd.lo: salloc.h menubar.h rxvtdaemon.h
305rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
306rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
307rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
308rxvtfont.lo: salloc.h menubar.h table/linedraw.h
309rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
310rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
311rxvttoolkit.lo: callback.h salloc.h menubar.h
312rxvtutil.lo: rxvtutil.h
313salloc.lo: salloc.h
314screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
315screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
316screen.lo: salloc.h menubar.h salloc.C
317scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
318scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
319scrollbar-next.lo: callback.h salloc.h menubar.h
320scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
321scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
322scrollbar-plain.lo: iom_conf.h callback.h salloc.h menubar.h
323scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
324scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
325scrollbar-rxvt.lo: callback.h salloc.h menubar.h
326scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
327scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
328scrollbar-xterm.lo: iom_conf.h callback.h salloc.h menubar.h
329scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
330scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
331scrollbar.lo: salloc.h menubar.h
332strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
333strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
334strings.lo: salloc.h menubar.h
335xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
336xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
337xdefaults.lo: salloc.h menubar.h version.h keyboard.h
338xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
339xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
340xpm.lo: menubar.h xpm.intpro

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines