--- rxvt-unicode/src/Makefile.in 2007/06/12 22:35:15 1.93 +++ rxvt-unicode/src/Makefile.in 2011/12/05 15:08:31 1.152 @@ -10,52 +10,41 @@ CC = @CC@ CXX = @CXX@ CPP = @CPP@ -MV = @MV@ -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@ +CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ LIBS = @LIBS@ -DINCLUDE = @DINCLUDE@ -DLIB = @DLIB@ -XINC = @X_CFLAGS@ @XPM_CFLAGS@ @LIBAFTERIMAGE_CFLAGS@ -XLIB = @X_LIBS@ @XPM_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. +XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@ +XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@ +COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) +EXEEXT = @EXEEXT@ +PERLFLAGS = @PERLFLAGS@ +PERLLIB = @PERLLIB@ srcdir = @srcdir@ VPATH = @srcdir@ -.PATH: @srcdir@ - -top_builddir = .. -basedir = .. -thisdir = src - -DEBUG=-DDEBUG_STRICT first_rule: all dummy: COMMON = \ - command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ - ptytty.o proxy.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 main.o misc.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 \ + ev_cpp.o fdpass_wrapper.o ptytty_wrapper.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 @@ -68,41 +57,28 @@ .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 $@ - -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 $@ + $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB) -#librxvt.la: $(LIBOBJS) -# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ +rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) #------------------------------------------------------------------------- +#EXUBERANT_OPTS = -I NOTHROW -I THROW + tags: *.[Ch] - ctags *.[Ch] + ctags $(EXUBERANT_OPTS) *.[Ch] TAGS: *.[Ch] - etags *.[Ch] + etags $(EXUBERANT_OPTS) *.[Ch] allbin: rxvt rxvtd rxvtc @@ -110,10 +86,10 @@ clean: rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C - rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp + rm -f *.o distclean: clean - rm -f Makefile rxvtlib.h + rm -f Makefile realclean: distclean rm -f tags TAGS @@ -125,7 +101,7 @@ @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl @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/"`basename "$$ext"`"; done +@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; done install-bin: allbin $(INSTALL) -d $(DESTDIR)$(bindir) @@ -142,26 +118,31 @@ 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 -I../libptytty/src -I../libecb -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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h -command.o: 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 -encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h -encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h -encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h -encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h -encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h +background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +background.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +background.o: optinc.h +command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +command.o: ../libev/ev.h callback.h scrollbar.h salloc.h +command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +command.o: version.h command.h keyboard.h +encoding.o: ../config.h encoding.h rxvtutil.h ../libev/ecb.h +encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h +encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h +encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h +encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h +encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h +encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h +encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h @@ -169,180 +150,97 @@ 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 libptytty.h -init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h -iom.o: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h -keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -keyboard.o: command.h -logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h -netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h -rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h -rxvtperl.o: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -rxvtperl.o: perlxsi.c ./iom_perl.h -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtutil.o: rxvtutil.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_wrapper.o: ../libptytty/src/fdpass.C ../config.h +fdpass_wrapper.o: ../libptytty/src/libptytty.h +init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +init.o: ../libev/ev.h callback.h scrollbar.h salloc.h +init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +init.o: init.h keyboard.h +keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +keyboard.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +keyboard.o: ../libev/ev.h callback.h scrollbar.h salloc.h +keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +keyboard.o: optinc.h keyboard.h command.h +main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +main.o: ../libev/ev.h callback.h scrollbar.h salloc.h +main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +main.o: init.h keyboard.h +misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h +misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +ptytty_wrapper.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h +ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C +ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h +ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C +rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h +rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libev/ecb.h +rxvtc.o: ../libptytty/src/libptytty.h +rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h +rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +rxvtd.o: rxvtdaemon.h +rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libev/ecb.h +rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +rxvtfont.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvtfont.o: ../libev/ev.h callback.h scrollbar.h salloc.h +rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +rxvtfont.o: 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 ../libev/ecb.h rxvtfont.h +rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h +rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h +rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +rxvttoolkit.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +rxvttoolkit.o: optinc.h +rxvtutil.o: rxvtutil.h ../libev/ecb.h salloc.o: salloc.h -screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -screen.o: callback.h 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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-next.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-next.o: rsinc.h -scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-plain.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-plain.o: rsinc.h -scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-rxvt.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-rxvt.o: rsinc.h -scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-xterm.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-xterm.o: rsinc.h -scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h -xdefaults.o: keyboard.h -xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h - -command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h -command.lo: command.h 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 libptytty.h -init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -init.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h init.h -iom.lo: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h -keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -keyboard.lo: command.h -logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -main.lo: callback.h 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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h -ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h -rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h -rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtfont.lo: table/linedraw.h -rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h -rxvtperl.lo: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h -rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h -rxvtperl.lo: perlxsi.c ./iom_perl.h -rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.lo: libptytty.h 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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h -screen.lo: callback.h 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: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-next.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-next.lo: rsinc.h -scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h -scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h -scrollbar-plain.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h -scrollbar-plain.lo: hookinc.h rsinc.h -scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar-rxvt.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h -scrollbar-rxvt.lo: rsinc.h -scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h -scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h -scrollbar-xterm.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h -scrollbar-xterm.lo: hookinc.h rsinc.h -scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.lo: version.h keyboard.h -xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h -xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h -xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h +screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h +screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h +screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +screen.o: salloc.C +scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-next.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-plain.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-rxvt.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar-xterm.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +scrollbar.o: optinc.h +xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +xdefaults.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +xdefaults.o: optinc.h version.h keyboard.h