--- rxvt-unicode/src/Makefile.in 2005/02/02 08:09:23 1.24 +++ rxvt-unicode/src/Makefile.in 2007/11/18 03:47:07 1.113 @@ -1,158 +1,139 @@ -# $Id: Makefile.in,v 1.24 2005/02/02 08:09:23 root Exp $ -@MCOMMON@ - -LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz +DATE=@DATE@ +VERSION=@VERSION@ +RXVTNAME=@RXVTNAME@ +SHELL = /bin/sh +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +libdir = @libdir@ +includedir = @includedir@ +CC = @CC@ +CXX = @CXX@ +CPP = @CPP@ +PERL = @PERL@ +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL@ -m 755 +INSTALL_DATA = @INSTALL@ -m 644 +CXXFLAGS = @CXXFLAGS@ +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +DEFS = @DEFS@ +LIBS = @LIBS@ +XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ +XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ +COMPILE = $(CXX) -I$(srcdir)/../libev -I$(srcdir)/.. -I.. -I$(srcdir) -I. $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) +LINK = @LINKER@ $(LDFLAGS) srcdir = @srcdir@ VPATH = @srcdir@ -.PATH: @srcdir@ -top_builddir = .. -basedir = .. -thisdir = src -MKDIR = @top_srcdir@/autoconf/mkinstalldirs - -# 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_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE -# -DDEBUG_KEYBOARD -DEBUG=-DDEBUG_STRICT @DEBUG@ +DEBUG=-DDEBUG_STRICT first_rule: all dummy: -LIBSRCS = command.C rxvtfont.C init.C logging.C \ - main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \ - scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \ - xdefaults.C xpm.C encoding.C rxvttoolkit.C rxvtutil.C iom.C \ - scrollbar-plain.C keyboard.C - -SRCS = rxvt.C $(LIBSRCS) - -HDRS = command.h rxvtfont.h feature.h init.h logging.h \ - menubar.h netdisp.h rxvt.h rxvtgrx.h version.h encoding.h \ - rxvtutil.h iom.h iom_conf.h keyboard.h - -EXTRAHDRS = rxvtlib.h rxvtdaemon.h - -OBJS = command.o rxvtfont.o init.o logging.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 rxvt.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o -LIBOBJS = command.lo rxvtfont.lo init.lo logging.lo \ - main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \ - scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \ - strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvttoolkit.lo rxvtutil.lo iom.lo keyboard.lo +COMMON = \ + 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@ -LIBVERSION = @LIBVERSION@ -INSTALL_LIBRXVT = @INSTALL_LIBRXVT@ +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) -RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) - -INTPROS = rxvtfont.intpro logging.intpro main.intpro misc.intpro \ - ptytty.intpro xpm.intpro # # Distribution variables # -DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in $(INTPROS) - -.SUFFIXES: .C .o .intpro .lo +.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 $< - -.C.intpro: - @$(RMF) $@.tmp - @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp - @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi - @$(RMF) $@.tmp +#.C.lo: +# $(LIBTOOL) --mode=compile $(COMPILE) -c $< +# +#.s.lo: +# $(LIBTOOL) --mode=compile $(COMPILE) -c $< +# +#.S.lo: +# $(LIBTOOL) --mode=compile $(COMPILE) -c $< #------------------------------------------------------------------------- all: allbin -rxvt: version.h rxvt.o librxvt.la - $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ +rxvt: rxvt.o $(COMMON) + $(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 $@ 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) fdpass.o ev_cpp.o + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o $(LIBS) +# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@ -rxvtd: version.h rxvtd.o librxvt.la rxvtdaemon.o - $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ +#librxvt.la: $(LIBOBJS) +# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ -rxvtc: version.h rxvtc.o rxvtdaemon.o - $(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 $@ +#EXUBERANT_OPTS = -I NOTHROW -#------------------------------------------------------------------------- +tags: *.[Ch] + ctags $(EXUBERANT_OPTS) *.[Ch] -tags: $(SRCS) $(HDRS) $(EXTRAHDRS) - ctags $(SRCS) $(HDRS) $(EXTRAHDRS) +TAGS: *.[Ch] + etags $(EXUBERANT_OPTS) *.[Ch] allbin: rxvt rxvtd rxvtc alldoc: clean: - $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro .libs/* librxvt.la tmpproto *.tmp + rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C + rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp + +distclean: clean + rm -f Makefile rxvtlib.h -realclean: clean - $(RMF) tags librxvt.h +realclean: distclean + rm -f tags TAGS cleandir: realclean -distclean: realclean - (cd $(srcdir); $(RMF) Makefile) +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) $(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-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 -install: allbin alldoc - $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) - @if test x$(INSTALL_LIBRXVT) = xyes; then \ - $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h"; \ - $(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h; \ - $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \ - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \ - fi - $(RMF) $(RXVT_BINNAME) - $(RMF) $(RXVTC_BINNAME) - $(RMF) $(RXVTD_BINNAME) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) - -uninstall: - @$(ECHO) $(RMF) $(RXVT_VERNAME) - @$(RMF) $(RXVT_VERNAME) - @$(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)" - @$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME) - @if test x$(INSTALL_LIBRXVT) = xyes; then \ - $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la"; \ - $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la; \ - $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h"; \ - $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h; \ - fi +perlxsi.c: Makefile + $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt -distdirs: - mkdir $(basedir)/../$(VERNAME)/$(thisdir) +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 >$@ -distcopy: $(INTPROS) - $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir) +rxvtperl.o: rxvtperl.C perlxsi.c + $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 @@ -160,9 +141,13 @@ # DO NOT DELETE: nice dependency list follows -command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -command.o: salloc.h menubar.h version.h command.h keyboard.h +background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h +background.o: salloc.h libptytty.h rxvtperl.h hookinc.h 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 ev_cpp.h callback.h salloc.h +command.o: libptytty.h rxvtperl.h hookinc.h background.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 @@ -178,80 +163,90 @@ 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 -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 -init.o: menubar.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: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -keyboard.o: salloc.h menubar.h keyboard.h command.h -logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -logging.o: salloc.h menubar.h logging.h logging.intpro -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 -main.o: menubar.h main.intpro keyboard.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 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 -misc.o: menubar.h misc.intpro -netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -netdisp.o: salloc.h menubar.h -ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -ptytty.o: salloc.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 -rxvt.o: menubar.h -rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h -rxvtc.o: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -rxvtc.o: callback.h salloc.h menubar.h -rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtd.o: salloc.h menubar.h rxvtdaemon.h +ev_cpp.o: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.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 ev_cpp.h callback.h salloc.h libptytty.h +init.o: rxvtperl.h hookinc.h background.h rsinc.h init.h +keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +keyboard.o: libptytty.h rxvtperl.h hookinc.h background.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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +logging.o: rsinc.h +main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h +main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h libptytty.h +main.o: 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 ev_cpp.h callback.h salloc.h libptytty.h +misc.o: 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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +proxy.o: 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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +ptytty.o: rsinc.h +rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h +rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h libptytty.h +rxvt.o: 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 ev_cpp.h +rxvtc.o: callback.h salloc.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h salloc.h +rxvtd.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h rxvtdaemon.h rxvtdaemon.o: rxvtdaemon.h rxvtutil.h -rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtfont.o: salloc.h menubar.h table/linedraw.h -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.o: callback.h salloc.h menubar.h +rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +rxvtfont.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtfont.o: table/linedraw.h +rxvtperl.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +rxvtperl.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +rxvtperl.o: libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +rxvttoolkit.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.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: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -screen.o: salloc.h menubar.h salloc.C -scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -scrollbar.o: salloc.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 menubar.h -xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -xdefaults.o: salloc.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 -xpm.o: menubar.h xpm.intpro - -command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -command.lo: salloc.h menubar.h version.h command.h keyboard.h +screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +screen.o: libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +scrollbar-next.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h salloc.h +scrollbar.o: libptytty.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 ev_cpp.h callback.h salloc.h +xdefaults.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h version.h +xdefaults.o: keyboard.h + +background.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +background.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h +background.lo: salloc.h libptytty.h rxvtperl.h hookinc.h 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 ev_cpp.h callback.h salloc.h +command.lo: libptytty.h rxvtperl.h hookinc.h background.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 @@ -267,73 +262,80 @@ 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 -init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -init.lo: salloc.h menubar.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: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -keyboard.lo: salloc.h menubar.h keyboard.h command.h -logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -logging.lo: salloc.h menubar.h logging.h logging.intpro -main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -main.lo: salloc.h menubar.h main.intpro keyboard.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 menubar.h version.h -misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -misc.lo: salloc.h menubar.h misc.intpro -netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -netdisp.lo: salloc.h menubar.h -ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -ptytty.lo: salloc.h menubar.h -rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvt.lo: salloc.h menubar.h -rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h -rxvtc.lo: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h -rxvtc.lo: callback.h salloc.h menubar.h -rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtd.lo: salloc.h menubar.h rxvtdaemon.h +ev_cpp.lo: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.h callback.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 ev_cpp.h callback.h salloc.h +init.lo: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h init.h +keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +keyboard.lo: libptytty.h rxvtperl.h hookinc.h background.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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +logging.lo: rsinc.h +main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +main.lo: libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h salloc.h +misc.lo: libptytty.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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +proxy.lo: 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: ev_cpp.h callback.h salloc.h rxvtperl.h hookinc.h background.h +ptytty.lo: rsinc.h +rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +rxvt.lo: libptytty.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 ev_cpp.h +rxvtc.lo: callback.h salloc.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h salloc.h +rxvtd.lo: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h rxvtdaemon.h rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h -rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -rxvtfont.lo: salloc.h menubar.h table/linedraw.h -rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h -rxvttoolkit.lo: callback.h salloc.h menubar.h +rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +rxvtfont.lo: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtfont.lo: table/linedraw.h +rxvtperl.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +rxvtperl.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +rxvtperl.lo: libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +rxvttoolkit.lo: salloc.h libptytty.h rxvtperl.h hookinc.h background.h +rxvttoolkit.lo: 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: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -screen.lo: salloc.h menubar.h salloc.C -scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.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 menubar.h -scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -scrollbar.lo: salloc.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 menubar.h -xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h -xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h -xdefaults.lo: salloc.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 -xpm.lo: menubar.h xpm.intpro +screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h +screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h +screen.lo: libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h callback.h +scrollbar-next.lo: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h +scrollbar-plain.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h +scrollbar-plain.lo: 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 ev_cpp.h callback.h +scrollbar-rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h background.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 ev_cpp.h +scrollbar-xterm.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h +scrollbar-xterm.lo: 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 ev_cpp.h callback.h +scrollbar.lo: salloc.h libptytty.h rxvtperl.h hookinc.h 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 ev_cpp.h callback.h +xdefaults.lo: salloc.h libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +xdefaults.lo: version.h keyboard.h