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.48 by ayin, Mon Jan 16 18:06:26 2006 UTC vs.
Revision 1.82 by ayin, Sat Dec 9 14:50:27 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines