--- rxvt-unicode/src/Makefile.in 2006/01/21 19:50:53 1.55 +++ rxvt-unicode/src/Makefile.in 2010/08/27 17:52:41 1.136 @@ -10,154 +10,129 @@ CC = @CC@ CXX = @CXX@ CPP = @CPP@ -MV = @MV@ -RM = @RM@ -RMF = @RM@ -f -CP = @CP@ -LN = @LN@ -SED = @SED@ -ECHO = @ECHO@ PERL = @PERL@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 INSTALL_DATA = @INSTALL@ -m 644 -CXXFLAGS = @CXXFLAGS@ -CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ +CXXFLAGS = @CXXFLAGS@ +CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ LIBS = @LIBS@ -DINCLUDE = @DINCLUDE@ -DLIB = @DLIB@ -XINC = @X_CFLAGS@ @XPM_CFLAGS@ -XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. +XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ +XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ +COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) +EXEEXT = @EXEEXT@ +PERLFLAGS = @PERLFLAGS@ +PERLLIB = @PERLLIB@ srcdir = @srcdir@ VPATH = @srcdir@ -.PATH: @srcdir@ - -top_builddir = .. -basedir = .. -thisdir = src - -# for developers: the following debug options may be used -# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_RESOURCES -# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE -# -DDEBUG_KEYBOARD -DDEBUG_STRICT -DEBUG=-DDEBUG_STRICT @DEBUG@ first_rule: all dummy: COMMON = \ - command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ - ptytty.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ - scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \ - rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ + background.o command.o rxvtfont.o init.o logging.o main.o misc.o \ + ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ + scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ + rxvttoolkit.o rxvtutil.o keyboard.o \ + fdpass.o ev_cpp.o @PERL_O@ COMMON_DAEMON = rxvtdaemon.o -RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` -RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) -RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) -RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) +RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) +RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) +RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT) # # Distribution variables # -.SUFFIXES: .C .o +.SUFFIXES: .C .c .o #------------------------------------------------------------------------- # inference rules .C.o: $(COMPILE) -c $< -#.C.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< -# -#.s.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< -# -#.S.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< - #------------------------------------------------------------------------- all: allbin rxvt: rxvt.o $(COMMON) - $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ -# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ + $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB) rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) - $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ -# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ + $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB) rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o - $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS) $(DLIB) -# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ - -#librxvt.la: $(LIBOBJS) -# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS) #------------------------------------------------------------------------- +#EXUBERANT_OPTS = -I NOTHROW + tags: *.[Ch] - ctags $^ + ctags $(EXUBERANT_OPTS) *.[Ch] TAGS: *.[Ch] - etags $^ + etags $(EXUBERANT_OPTS) *.[Ch] allbin: rxvt rxvtd rxvtc alldoc: clean: - $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C - $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp + rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C + rm -f *.o -realclean: clean - $(RMF) tags TAGS librxvt.h +distclean: clean + rm -f Makefile -cleandir: realclean +realclean: distclean + rm -f tags TAGS -distclean: realclean - (cd $(srcdir); $(RMF) Makefile) +cleandir: realclean install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl -@IF_PERL@ $(INSTALL_DATA) urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm -@IF_PERL@ for ext in perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/"$$ext"; done +@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm +@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; done -install: allbin alldoc install-perl +install-bin: allbin $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) +install: install-bin install-perl + perlxsi.c: Makefile $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt -rxvtperl.C: rxvtperl.xs typemap - $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@ +rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom + PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@ rxvtperl.o: rxvtperl.C perlxsi.c - $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< + $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: - makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 - makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 + makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1 # DO NOT DELETE: nice dependency list follows -command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -command.o: salloc.h rxvtperl.h hookinc.h rsinc.h version.h command.h -command.o: keyboard.h +background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +background.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h +background.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h +command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +command.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +command.o: background.h rsinc.h optinc.h version.h command.h keyboard.h encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h @@ -173,159 +148,93 @@ encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.o: table/compose.h table/category.h -fdpass.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -fdpass.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -fdpass.o: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h -init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -init.o: rxvtperl.h hookinc.h rsinc.h init.h -iom.o: iom.h iom_conf.h rxvtutil.h callback.h -keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -keyboard.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h command.h -logging.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -logging.o: salloc.h rxvtperl.h hookinc.h rsinc.h ptytty.h -main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -main.o: rxvtperl.h hookinc.h rsinc.h keyboard.h -misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -misc.o: rxvtperl.h hookinc.h rsinc.h -netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -netdisp.o: salloc.h rxvtperl.h hookinc.h rsinc.h -ptytty.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -ptytty.o: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h ptytty.h -rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -rxvt.o: rxvtperl.h hookinc.h rsinc.h -rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h -rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h -rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtd.o: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h +ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c +ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c +fdpass.o: ../config.h libptytty.h +init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +init.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +init.o: background.h rsinc.h optinc.h init.h keyboard.h +keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +keyboard.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +keyboard.o: background.h rsinc.h optinc.h keyboard.h command.h +logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h +logging.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h +logging.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +logging.o: salloc.h rxvtperl.h hookinc.h background.h rsinc.h optinc.h +main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +main.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +main.o: background.h rsinc.h optinc.h keyboard.h +misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +misc.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +misc.o: background.h rsinc.h optinc.h +proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h +proxy.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +proxy.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +proxy.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h +ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h +ptytty.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +ptytty.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h +rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +rxvt.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +rxvt.o: background.h rsinc.h optinc.h +rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h feature.h +rxvtc.o: encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +rxvtc.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h +rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +rxvtd.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +rxvtd.o: background.h rsinc.h optinc.h rxvtdaemon.h rxvtdaemon.o: rxvtdaemon.h rxvtutil.h -rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtfont.o: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h +rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +rxvtfont.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +rxvtfont.o: background.h rsinc.h optinc.h table/linedraw.h +rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h +rxvtperl.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +rxvtperl.o: background.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h +rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h +rxvttoolkit.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h rxvtutil.o: rxvtutil.h salloc.o: salloc.h -screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -screen.o: salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C -scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-next.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-plain.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-rxvt.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-xterm.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -scrollbar.o: salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -xdefaults.o: salloc.h rxvtperl.h hookinc.h rsinc.h version.h keyboard.h -xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -xpm.o: rxvtperl.h hookinc.h rsinc.h - -command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -command.lo: salloc.h rxvtperl.h hookinc.h rsinc.h version.h command.h -command.lo: keyboard.h -encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h -encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h -encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h -encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h -encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h -encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h -encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h -encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h -encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h -encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h -encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h -encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h -encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h -encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h -encoding.lo: table/compose.h table/category.h -fdpass.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -fdpass.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -fdpass.lo: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h -init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -init.lo: salloc.h rxvtperl.h hookinc.h rsinc.h init.h -iom.lo: iom.h iom_conf.h rxvtutil.h callback.h -keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -keyboard.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h command.h -logging.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -logging.lo: salloc.h rxvtperl.h hookinc.h rsinc.h ptytty.h -main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -main.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -misc.lo: salloc.h rxvtperl.h hookinc.h rsinc.h -netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -netdisp.lo: salloc.h rxvtperl.h hookinc.h rsinc.h -ptytty.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -ptytty.lo: salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h ptytty.h -rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvt.lo: salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h -rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h -rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtd.lo: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h -rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h -rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtfont.lo: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h -rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtutil.lo: rxvtutil.h -salloc.lo: salloc.h -screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -screen.lo: salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C -scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-next.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h -scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-plain.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-plain.lo: rsinc.h -scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h -scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-xterm.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-xterm.lo: rsinc.h -scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -scrollbar.lo: salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -xdefaults.lo: salloc.h rxvtperl.h hookinc.h rsinc.h version.h keyboard.h -xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h -xpm.lo: rxvtperl.h hookinc.h rsinc.h +screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +screen.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +screen.o: background.h rsinc.h optinc.h salloc.C +scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +scrollbar-next.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h +scrollbar-next.o: rsinc.h optinc.h +scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h +scrollbar-plain.o: rsinc.h optinc.h +scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h +scrollbar-rxvt.o: rsinc.h optinc.h +scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h +scrollbar-xterm.o: rsinc.h optinc.h +scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +scrollbar.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +scrollbar.o: background.h rsinc.h optinc.h +xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h +xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h +xdefaults.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h +xdefaults.o: background.h rsinc.h optinc.h version.h keyboard.h