--- rxvt-unicode/src/Makefile.in 2006/01/17 10:14:26 1.50 +++ rxvt-unicode/src/Makefile.in 2007/06/13 11:19:41 1.95 @@ -1,4 +1,3 @@ - DATE=@DATE@ VERSION=@VERSION@ RXVTNAME=@RXVTNAME@ @@ -8,67 +7,43 @@ 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@ +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. +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. LINK = @LINKER@ $(LDFLAGS) -LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz - 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 -DEBUG=-DDEBUG_STRICT @DEBUG@ +DEBUG=-DDEBUG_STRICT 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 @PERL_O@ + 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@ -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) @@ -79,7 +54,7 @@ # Distribution variables # -.SUFFIXES: .C .o +.SUFFIXES: .C .c .o #------------------------------------------------------------------------- # inference rules @@ -100,59 +75,64 @@ all: allbin rxvt: rxvt.o $(COMMON) - $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@ -# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ + $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@ +# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) -o $@ rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) - $(LINK) -o $@ $^ $(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@ +# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) -o $@ -rxvtc: rxvtc.o $(COMMON_DAEMON) - $(LINK) -o $@ $^ $(LIBS) $(DLIB) -# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ +rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS) +# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@ #librxvt.la: $(LIBOBJS) # $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ #------------------------------------------------------------------------- -tags: - ctags *.h *.C +tags: *.[Ch] + ctags *.[Ch] + +TAGS: *.[Ch] + etags *.[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 *.lo .libs/* librxvt.la tmpproto *.tmp -realclean: clean - $(RMF) tags librxvt.h +distclean: clean + rm -f Makefile rxvtlib.h -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/"`basename "$$ext"`"; 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.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 $< @@ -163,8 +143,8 @@ # DO NOT DELETE: nice dependency list follows -command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -command.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h @@ -182,84 +162,87 @@ 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 ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h encoding.h -init.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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 callback.h -keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -keyboard.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -logging.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -logging.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h -main.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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 ptytty.h feature.h optinc.h encoding.h -misc.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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 ptytty.h feature.h optinc.h -netdisp.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 -ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 -rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h -rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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 fdpass.h rxvt.h rxvtlib.h -rxvtc.o: ptytty.h feature.h optinc.h encoding.h rxvtfont.h rxvttoolkit.h -rxvtc.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 +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 ptytty.h feature.h optinc.h -rxvtfont.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 callback.h rxvt.h -rxvtperl.o: rxvtlib.h ptytty.h feature.h optinc.h encoding.h rxvtfont.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 -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -rxvttoolkit.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -rxvttoolkit.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.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 salloc.o: salloc.h -screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h -scrollbar-next.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-next.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -scrollbar-plain.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-plain.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.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 ptytty.h feature.h optinc.h -scrollbar-rxvt.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-rxvt.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -scrollbar-xterm.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-xterm.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.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 ptytty.h feature.h optinc.h -scrollbar.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 ptytty.h feature.h optinc.h -xdefaults.o: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 ptytty.h feature.h optinc.h encoding.h -xpm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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 ptytty.h feature.h optinc.h -command.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 @@ -277,81 +260,82 @@ 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 ptytty.h feature.h optinc.h -fdpass.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -fdpass.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h fdpass.h -init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h -keyboard.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -logging.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -logging.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h -netdisp.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 -ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -ptytty.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -ptytty.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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: ptytty.h feature.h optinc.h encoding.h rxvtfont.h rxvttoolkit.h -rxvtc.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.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 +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 ptytty.h feature.h optinc.h -rxvtfont.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 callback.h rxvt.h -rxvtperl.lo: rxvtlib.h ptytty.h feature.h optinc.h encoding.h rxvtfont.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 -rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -rxvttoolkit.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -rxvttoolkit.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.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 ptytty.h feature.h optinc.h -screen.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.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 ptytty.h feature.h optinc.h -scrollbar-next.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-next.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h +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 ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h -scrollbar-rxvt.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h -scrollbar-rxvt.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.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 ptytty.h feature.h optinc.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 ptytty.h feature.h optinc.h -scrollbar.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -scrollbar.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h -xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h -xdefaults.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -xdefaults.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h -xdefaults.lo: keyboard.h -xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h -xpm.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.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