--- rxvt-unicode/src/Makefile.in 2007/06/13 11:30:42 1.96 +++ rxvt-unicode/src/Makefile.in 2007/10/27 12:09:03 1.107 @@ -10,21 +10,18 @@ CC = @CC@ CXX = @CXX@ CPP = @CPP@ -CP = @CP@ -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@ -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) $(XINC) -I.. -I$(srcdir) -I. +XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ +XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ +COMPILE = $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) -I.. -I$(srcdir) -I. LINK = @LINKER@ $(LDFLAGS) srcdir = @srcdir@ @@ -36,14 +33,14 @@ dummy: COMMON = \ - command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.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 xpm.o encoding.o \ + scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ rxvttoolkit.o rxvtutil.o iom.o keyboard.o fdpass.o @PERL_O@ COMMON_DAEMON = rxvtdaemon.o -RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` +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) @@ -89,11 +86,13 @@ #------------------------------------------------------------------------- +#EXUBERANT_OPTS = -I NOTHROW + tags: *.[Ch] - ctags *.[Ch] + ctags $(EXUBERANT_OPTS) *.[Ch] TAGS: *.[Ch] - etags *.[Ch] + etags $(EXUBERANT_OPTS) *.[Ch] allbin: rxvt rxvtd rxvtc @@ -141,10 +140,14 @@ # DO NOT DELETE: nice dependency list follows +background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h +background.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +background.o: background.h rsinc.h 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 +command.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +command.o: 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 @@ -163,86 +166,88 @@ 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 +init.o: salloc.h rxvtperl.h hookinc.h background.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 +keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +keyboard.o: keyboard.h 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 +logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +logging.o: background.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 +main.o: salloc.h rxvtperl.h hookinc.h background.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 +misc.o: salloc.h rxvtperl.h hookinc.h background.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 +proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +proxy.o: background.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 +ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +ptytty.o: background.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 +rxvt.o: salloc.h rxvtperl.h hookinc.h background.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 +rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h background.h +rxvtc.o: 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 +rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtd.o: 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 +rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtfont.o: table/linedraw.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 +rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +rxvttoolkit.o: background.h rsinc.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: 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 +screen.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +screen.o: 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-next.o: background.h 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-plain.o: background.h 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-rxvt.o: background.h 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-xterm.o: background.h 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 +scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h background.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 +xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +xdefaults.o: version.h keyboard.h +background.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +background.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h +background.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +background.lo: background.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 +command.lo: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +command.lo: version.h 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 @@ -261,79 +266,78 @@ 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 +init.lo: callback.h salloc.h rxvtperl.h hookinc.h background.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 +keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +keyboard.lo: keyboard.h 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 +logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +logging.lo: background.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 +main.lo: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +main.lo: 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 +misc.lo: callback.h salloc.h rxvtperl.h hookinc.h background.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 +proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +proxy.lo: background.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 +ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +ptytty.lo: background.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 +rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h background.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 +rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h background.h +rxvtc.lo: 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 +rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtd.lo: 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: callback.h salloc.h rxvtperl.h hookinc.h background.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 +rxvttoolkit.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +rxvttoolkit.lo: background.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 +screen.lo: callback.h salloc.h rxvtperl.h hookinc.h background.h rsinc.h +screen.lo: 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-next.lo: background.h 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-plain.lo: hookinc.h background.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-rxvt.lo: background.h 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-xterm.lo: hookinc.h background.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 +scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +scrollbar.lo: background.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 +xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h +xdefaults.lo: background.h rsinc.h version.h keyboard.h