--- rxvt-unicode/src/Makefile.in 2006/01/02 20:40:20 1.36 +++ rxvt-unicode/src/Makefile.in 2006/01/17 15:17:39 1.51 @@ -1,4 +1,47 @@ -@MCOMMON@ + +DATE=@DATE@ +VERSION=@VERSION@ +RXVTNAME=@RXVTNAME@ +SHELL = /bin/sh +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +libdir = @libdir@ +includedir = @includedir@ +man1dir = @mandir@/man1 +man1ext = 1 +man3dir = @mandir@/man3 +man3ext = 3 +man7dir = @mandir@/man7 +man7ext = 7 +CC = @CC@ +CXX = @CXX@ +CPP = @CPP@ +MV = @MV@ +RM = @RM@ +RMF = @RM@ -f +CP = @CP@ +LN = @LN@ +SED = @SED@ +AWK = @AWK@ +ECHO = @ECHO@ +CMP = @CMP@ +TBL = @TBL@ +PERL = @PERL@ +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL@ -m 755 +INSTALL_DATA = @INSTALL@ -m 644 +CXXFLAGS = @CXXFLAGS@ +CPPFLAGS = @CPPFLAGS@ @XPM_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. +LINK = @LINKER@ $(LDFLAGS) LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz @@ -11,8 +54,7 @@ thisdir = src # for developers: the following debug options may be used -# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS -# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES +# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_RESOURCES # -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE # -DDEBUG_KEYBOARD DEBUG=-DDEBUG_STRICT @DEBUG@ @@ -21,18 +63,17 @@ dummy: COMMON = \ - command.o rxvtfont.o init.o logging.o @PERL_O@ \ - main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ - scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \ - strings.o xdefaults.o xpm.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o + 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@ -COMMON_DAEMON = rxvtdaemon.o fdpass.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_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) # # Distribution variables @@ -66,7 +107,7 @@ $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ # $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ -rxvtc: rxvtc.o $(COMMON_DAEMON) +rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o $(LINK) -o $@ $^ $(LIBS) $(DLIB) # $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ @@ -83,7 +124,8 @@ alldoc: clean: - $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro .libs/* librxvt.la tmpproto *.tmp + $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C + $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp realclean: clean $(RMF) tags librxvt.h @@ -121,9 +163,9 @@ # DO NOT DELETE: nice dependency list follows -command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h +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 rsinc.h menubar.h rxvtperl.h version.h command.h +command.o: salloc.h rxvtperl.h hookinc.h rsinc.h version.h command.h command.o: 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 @@ -140,84 +182,80 @@ 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 fdpass.h -init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -init.o: menubar.h init.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 ptytty.h feature.h encoding.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 rsinc.h menubar.h keyboard.h command.h -logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h logging.h -main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -main.o: menubar.h keyboard.h rxvtperl.h -menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -menubar.o: salloc.h rsinc.h menubar.h version.h -misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -misc.o: menubar.h -netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -rxvt.o: menubar.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: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h -rxvtc.o: iom_conf.h callback.h salloc.h rsinc.h menubar.h -rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h rxvtdaemon.h fdpass.h +rxvtd.o: salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h fdpass.h rxvtdaemon.o: rxvtdaemon.h rxvtutil.h -rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h table/linedraw.h -rxvtperl.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtperl.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtperl.o: salloc.h rsinc.h menubar.h rxvtperl.h perlxsi.c -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h +rxvtfont.o: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h +rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h +rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h +rxvtperl.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c +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 rsinc.h menubar.h +rxvttoolkit.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtutil.o: rxvtutil.h salloc.o: salloc.h -screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h rxvtperl.h salloc.C -scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -strings.o: salloc.h rsinc.h menubar.h -xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h version.h keyboard.h -xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -xpm.o: menubar.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 ptytty.h feature.h encoding.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 rsinc.h menubar.h rxvtperl.h version.h command.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 @@ -234,77 +272,75 @@ 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 fdpass.h -init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h init.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 ptytty.h feature.h encoding.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 rsinc.h menubar.h keyboard.h command.h -logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h logging.h -main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h keyboard.h rxvtperl.h -menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -menubar.lo: salloc.h rsinc.h menubar.h version.h -misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.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: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h -rxvtc.lo: iom_conf.h callback.h salloc.h rsinc.h menubar.h -rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h rxvtdaemon.h fdpass.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 ptytty.h feature.h encoding.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 rsinc.h menubar.h table/linedraw.h -rxvtperl.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtperl.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtperl.lo: salloc.h rsinc.h menubar.h rxvtperl.h perlxsi.c -rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h +rxvtfont.lo: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h +rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h +rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h +rxvtperl.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c +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 rsinc.h menubar.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 ptytty.h feature.h encoding.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 rsinc.h menubar.h rxvtperl.h salloc.C -scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.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 rsinc.h menubar.h -scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.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 rsinc.h menubar.h -scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h -strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -strings.lo: salloc.h rsinc.h menubar.h -xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.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 rsinc.h menubar.h version.h keyboard.h -xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h -xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h -xpm.lo: menubar.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