--- rxvt-unicode/src/Makefile.in 2010/05/22 12:53:49 1.133 +++ rxvt-unicode/src/Makefile.in 2021/07/23 19:18:52 1.192 @@ -1,15 +1,17 @@ -DATE=@DATE@ -VERSION=@VERSION@ -RXVTNAME=@RXVTNAME@ +DATE = @DATE@ +VERSION = @VERSION@ +RXVTNAME = @RXVTNAME@ SHELL = /bin/sh prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ -includedir = @includedir@ -CC = @CC@ +man1dir = @mandir@/man1 +man1ext = 1 +man3dir = @mandir@/man3 +man3ext = 3 +PODOPTS = quotes => q<"> , center => q, release => q<$(VERSION)> CXX = @CXX@ -CPP = @CPP@ PERL = @PERL@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 @@ -17,32 +19,35 @@ CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ -DEFS = @DEFS@ -LIBS = @LIBS@ -XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ -XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ +DEFS = @DEFS@ @PTYTTY_CFLAGS@ +LIBS = @LIBS@ @PTYTTY_LIBS@ +XINC = @X_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@ +XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@ COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) +EXEEXT = @EXEEXT@ +PERLFLAGS = @PERLFLAGS@ +PERLLIB = @PERLLIB@ -srcdir = @srcdir@ -VPATH = @srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ first_rule: all dummy: 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 \ + command.o rxvtfont.o init.o main.o misc.o \ + screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ - rxvttoolkit.o rxvtutil.o keyboard.o \ - fdpass.o ev_cpp.o @PERL_O@ + rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \ + ev_cpp.o @PERL_O@ COMMON_DAEMON = rxvtdaemon.o -RXVT_BASENAME=`echo $(RXVTNAME)|sed 's/$(EXEEXT)$$//'|sed '$(transform)'` -RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) -RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) -RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) +RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) +RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) +RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT) +RCLOCK_BINNAME=$(DESTDIR)$(bindir)/urclock$(EXEEXT) # # Distribution variables @@ -60,30 +65,31 @@ all: allbin rxvt: rxvt.o $(COMMON) - $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@ + $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB) rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) - $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@ + $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB) -rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o - $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o $(LIBS) +rxvtc: rxvtc.o $(COMMON_DAEMON) + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) $(LIBS) -#------------------------------------------------------------------------- +rclock: rclock.o + $(LINK) -o $@ rclock.o $(LIBS) $(XLIB) -#EXUBERANT_OPTS = -I NOTHROW +#------------------------------------------------------------------------- tags: *.[Ch] - ctags $(EXUBERANT_OPTS) *.[Ch] + ctags *.[Ch] TAGS: *.[Ch] - etags $(EXUBERANT_OPTS) *.[Ch] + etags *.[Ch] -allbin: rxvt rxvtd rxvtc +allbin: rxvt rxvtd rxvtc rclock alldoc: clean: - rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C + rm -f rxvt rxvtc rxvtd rclock perlxsi.c rxvtperl.C manlst mantmp rm -f *.o distclean: clean @@ -98,14 +104,34 @@ @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl +@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir) +@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) @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/; done +@IF_PERL@ for ext in $(srcdir)/perl/*; do \ +@IF_PERL@ test -f "$$ext" || continue; \ +@IF_PERL@ base=`basename "$$ext"`; \ +@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \ +@IF_PERL@ < "$$ext" \ +@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \ +@IF_PERL@ > mantmp; \ +@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \ +@IF_PERL@ < "$$ext" $(PERL) -ne '<>, (print <> . "\n"), exit if /^=head1/' >&3; \ +@IF_PERL@ done 3>manlst +@IF_PERL@ cat $(srcdir)/../doc/extensions.pod.top manlst $(srcdir)/../doc/extensions.pod.bot | \ +@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)-extensions", $(PODOPTS))->parse_from_file' \ +@IF_PERL@ > mantmp +@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-extensions.$(man1ext) +@IF_PERL@ < $(srcdir)/urxvt.pm \ +@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", section => 3, $(PODOPTS))->parse_from_file' \ +@IF_PERL@ > mantmp +@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) install-bin: allbin $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) + $(INSTALL_PROGRAM) rclock $(RCLOCK_BINNAME) install: install-bin install-perl @@ -113,32 +139,34 @@ $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 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 >$@ + PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap 'typemap.iom' -typemap 'typemap' -prototypes $(srcdir)/rxvtperl.xs >$@ rxvtperl.o: rxvtperl.C perlxsi.c - $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< + $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: - makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1 + makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C *.xs >/dev/null 2>&1 + +# makedepend has trouble finding these +ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c +ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c + # DO NOT DELETE: nice dependency list follows -background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h -background.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h -background.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h -command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -command.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -command.o: background.h rsinc.h optinc.h 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 -encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h -encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h -encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h -encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h -encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h +command.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +command.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +command.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h +command.o: keyboard.h +encoding.o: ../config.h encoding.h rxvtutil.h ecb.h estl.h emman.h +encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h +encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h +encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h +encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h +encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h +encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h +encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h @@ -147,92 +175,77 @@ encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.o: table/compose.h table/category.h ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c -ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c -fdpass.o: ../config.h libptytty.h -init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -init.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -init.o: background.h rsinc.h optinc.h init.h keyboard.h -keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -keyboard.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -keyboard.o: background.h rsinc.h optinc.h keyboard.h command.h -logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h -logging.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h -logging.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h -logging.o: salloc.h rxvtperl.h hookinc.h background.h rsinc.h optinc.h -main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -main.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -main.o: background.h rsinc.h optinc.h keyboard.h -misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -misc.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -misc.o: background.h rsinc.h optinc.h -proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h -proxy.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -proxy.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h -proxy.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h -ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h -ptytty.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -ptytty.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h -ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h -rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -rxvt.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -rxvt.o: background.h rsinc.h optinc.h -rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h feature.h -rxvtc.o: encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h -rxvtc.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h -rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -rxvtd.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -rxvtd.o: background.h rsinc.h optinc.h rxvtdaemon.h -rxvtdaemon.o: rxvtdaemon.h rxvtutil.h -rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -rxvtfont.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -rxvtfont.o: background.h rsinc.h optinc.h table/linedraw.h +ev_cpp.o: ../libev/ev_vars.h ../libev/ev_kqueue.c ../libev/ev_select.c +init.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +init.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +init.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h +init.o: rsinc.h optinc.h init.h keyboard.h +keyboard.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +keyboard.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h +main.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +main.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +main.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h +main.o: rsinc.h optinc.h init.h keyboard.h +misc.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +misc.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +misc.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h +misc.o: rsinc.h optinc.h +rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +rxvt.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvtperl.h hookinc.h +rxvt.o: rsinc.h optinc.h +rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h +rxvtd.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +rxvtd.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvtd.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +rxvtd.o: rxvtperl.h hookinc.h rsinc.h optinc.h rxvtdaemon.h +rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h +rxvtfont.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +rxvtfont.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h +rxvtimg.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +rxvtimg.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvtimg.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +rxvtimg.o: rxvtperl.h hookinc.h rsinc.h optinc.h +rxvttoolkit.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h +rxvttoolkit.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +rxvttoolkit.o: rxvtperl.h hookinc.h rsinc.h optinc.h +rxvtutil.o: emman.c emman.h ecb.h rxvtutil.h estl.h +screen.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +screen.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +screen.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +screen.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-next.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h +scrollbar-next.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-next.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-plain.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h +scrollbar-plain.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-plain.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h +scrollbar-plain.o: optinc.h +scrollbar-rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h +scrollbar-rxvt.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-rxvt.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar-xterm.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h +scrollbar-xterm.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-xterm.o: rxvtimg.h scrollbar.h rxvtperl.h hookinc.h rsinc.h +scrollbar-xterm.o: optinc.h +scrollbar.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +scrollbar.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h +xdefaults.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h +xdefaults.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h +xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h -rxvtperl.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -rxvtperl.o: background.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h -rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h -rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h -rxvttoolkit.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h -rxvtutil.o: rxvtutil.h -salloc.o: salloc.h -screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -screen.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -screen.o: background.h rsinc.h optinc.h salloc.C -scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h -scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h -scrollbar-next.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h -scrollbar-next.o: rsinc.h optinc.h -scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h -scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h -scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h -scrollbar-plain.o: rsinc.h optinc.h -scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h -scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h -scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h -scrollbar-rxvt.o: rsinc.h optinc.h -scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h -scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h -scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h -scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h -scrollbar-xterm.o: rsinc.h optinc.h -scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -scrollbar.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -scrollbar.o: background.h rsinc.h optinc.h -xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h -xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h -xdefaults.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h -xdefaults.o: background.h rsinc.h optinc.h version.h keyboard.h +rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h +rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h +rxvtperl.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h iom_perl.h