*** empty log message ***
authorroot <root>
Wed, 19 Dec 2007 02:17:34 +0000 (02:17 +0000)
committerroot <root>
Wed, 19 Dec 2007 02:17:34 +0000 (02:17 +0000)
Changes
src/Makefile.in

diff --git a/Changes b/Changes
index 6f715f6bf2855c31135b9cf236175da9b11a95e8..37302ecd39f337d85427956f721c79b86b6f7eea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,6 +20,7 @@ DUMB: support tex fonts
        - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
        - fix the issue where urxvtd would not immediately close a window
           when the command exited but only on the next X event.
+        - correctly provide dependencies for libev (µikachu).
 
 8.8  Sat Dec 15 19:40:39 CET 2007
         - option -C was aliased to all unsupported options, activating
index c30093cf7c6cc654c5ce3d14548212955e316da8..0b77601b166f5ac56b01dcb54a63ef6c08274d41 100644 (file)
@@ -136,18 +136,19 @@ rxvtperl.o: rxvtperl.C perlxsi.c
        $(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
+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 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
+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,79 +164,89 @@ encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
 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
+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 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
+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 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
+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 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
+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 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
+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 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
+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 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
+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 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
+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 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
+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 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
+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
-rxvtperl.o: ../config.h ev_cpp.h rxvt.h rxvtlib.h optinc.h feature.h
-rxvtperl.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h callback.h
-rxvtperl.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h rsinc.h
-rxvtperl.o: keyboard.h perlxsi.c ./iom_perl.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: rxvtlib.h 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 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
+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
+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 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-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 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-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 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-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 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-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 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
+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 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
+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