--- rxvt-unicode/src/Makefile.in 2007/12/15 19:10:11 1.122 +++ rxvt-unicode/src/Makefile.in 2007/12/28 14:00:47 1.126 @@ -33,7 +33,7 @@ dummy: COMMON = \ - background.o command.o rxvtfont.o init.o logging.o main.o misc.o \ + background.o command.o rxvtfont.o init.o logging.o main.o misc.o \ ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ rxvttoolkit.o rxvtutil.o keyboard.o \ @@ -104,7 +104,7 @@ rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp distclean: clean - rm -f Makefile rxvtlib.h + rm -f Makefile realclean: distclean rm -f tags TAGS @@ -136,18 +136,19 @@ $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: - makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 + makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1 # makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 # DO NOT DELETE: nice dependency list follows -background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h 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 +background.o: ../config.h rxvt.h optinc.h feature.h encoding.h +background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +background.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +background.o: hookinc.h background.h rsinc.h +command.o: ../config.h rxvt.h optinc.h feature.h encoding.h +command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +command.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h +command.o: background.h rsinc.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 @@ -163,75 +164,89 @@ 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 -ev_cpp.o: ev_cpp.h +ev_cpp.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c ../config.h +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 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 +init.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h +init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h +init.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h +init.o: rsinc.h init.h +keyboard.o: ../config.h rxvt.h optinc.h feature.h encoding.h +keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +keyboard.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +keyboard.o: hookinc.h background.h rsinc.h keyboard.h command.h +logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.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 +logging.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h +logging.o: rxvtperl.h hookinc.h background.h rsinc.h +main.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h +main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h +main.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h +main.o: rsinc.h keyboard.h +misc.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h +misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h +misc.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h +misc.o: rsinc.h +proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.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 +proxy.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h +proxy.o: rxvtperl.h hookinc.h background.h rsinc.h +ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.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 +ptytty.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h +ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h +rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h +rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h +rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h +rxvt.o: rsinc.h +rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.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 +rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h rxvtperl.h +rxvtc.o: hookinc.h background.h rsinc.h +rxvtd.o: ../config.h rxvt.h optinc.h feature.h encoding.h +rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +rxvtd.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h +rxvtd.o: background.h rsinc.h rxvtdaemon.h rxvtdaemon.o: rxvtdaemon.h rxvtutil.h -rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h -rxvtfont.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h -rxvtfont.o: table/linedraw.h -rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h -rxvttoolkit.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +rxvtfont.o: ../config.h rxvt.h optinc.h feature.h encoding.h +rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +rxvtfont.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +rxvtfont.o: hookinc.h background.h rsinc.h table/linedraw.h +rxvtperl.o: ../config.h ev_cpp.h ../libev/ev++.h ../libev/ev.h rxvt.h +rxvtperl.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h +rxvtperl.o: rxvttoolkit.h callback.h salloc.h libptytty.h rxvtperl.h +rxvtperl.o: hookinc.h background.h rsinc.h keyboard.h perlxsi.c ./iom_perl.h +rxvttoolkit.o: ../config.h rxvt.h optinc.h feature.h encoding.h +rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +rxvttoolkit.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +rxvttoolkit.o: hookinc.h background.h rsinc.h rxvtutil.o: rxvtutil.h salloc.o: salloc.h -screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h -screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h 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 +screen.o: ../config.h rxvt.h optinc.h feature.h encoding.h +screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +screen.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h +screen.o: background.h rsinc.h salloc.C +scrollbar-next.o: ../config.h rxvt.h optinc.h feature.h encoding.h +scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h +scrollbar-next.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +scrollbar-plain.o: ../config.h rxvt.h optinc.h feature.h encoding.h +scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h +scrollbar-plain.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +scrollbar-rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h +scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h +scrollbar-rxvt.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +scrollbar-xterm.o: ../config.h rxvt.h optinc.h feature.h encoding.h +scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h +scrollbar-xterm.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h +scrollbar.o: ../config.h rxvt.h optinc.h feature.h encoding.h +scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +scrollbar.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +scrollbar.o: hookinc.h background.h rsinc.h +xdefaults.o: ../config.h rxvt.h optinc.h feature.h encoding.h +xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h +xdefaults.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h +xdefaults.o: hookinc.h background.h rsinc.h version.h keyboard.h