--- rxvt-unicode/src/Makefile.in 2011/06/01 10:54:40 1.147 +++ rxvt-unicode/src/Makefile.in 2011/12/05 15:11:20 1.153 @@ -19,8 +19,8 @@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ LIBS = @LIBS@ -XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ -XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ +XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@ +XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@ COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) EXEEXT = @EXEEXT@ @@ -72,7 +72,7 @@ #------------------------------------------------------------------------- -#EXUBERANT_OPTS = -I NOTHROW +#EXUBERANT_OPTS = -I NOTHROW -I THROW tags: *.[Ch] ctags $(EXUBERANT_OPTS) *.[Ch] @@ -121,28 +121,28 @@ $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: - makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -Y *.C >/dev/null 2>&1 + makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -I../libecb -Y *.C >/dev/null 2>&1 # 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 +background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +background.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h background.o: 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/src/libptytty.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 table/iso8859_1.h -encoding.o: table/iso8859_15.h table/iso8859_2.h table/iso8859_3.h -encoding.o: table/iso8859_4.h table/iso8859_5.h table/iso8859_6.h -encoding.o: table/iso8859_7.h table/iso8859_8.h table/iso8859_9.h -encoding.o: table/iso8859_10.h table/iso8859_11.h table/iso8859_13.h -encoding.o: table/iso8859_14.h table/iso8859_16.h table/koi8_r.h -encoding.o: table/koi8_u.h 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 encoding.h rxvtutil.h ../libecb/ecb.h +command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +command.o: ../libev/ev.h callback.h scrollbar.h salloc.h +command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +command.o: version.h command.h keyboard.h +encoding.o: ../config.h encoding.h rxvtutil.h ../libecb/ecb.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 @@ -154,79 +154,93 @@ ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h fdpass_wrapper.o: ../libptytty/src/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/src/libptytty.h -init.o: rxvtperl.h hookinc.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/src/libptytty.h -keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h command.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/src/libptytty.h -main.o: rxvtperl.h hookinc.h rsinc.h optinc.h init.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/src/libptytty.h -misc.o: rxvtperl.h hookinc.h rsinc.h optinc.h +init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +init.o: ../libev/ev.h callback.h scrollbar.h salloc.h +init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +init.o: init.h keyboard.h +keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +keyboard.o: optinc.h keyboard.h command.h +main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +main.o: ../libev/ev.h callback.h scrollbar.h salloc.h +main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +main.o: init.h keyboard.h +misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h +misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h -ptytty_wrapper.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h -ptytty_wrapper.o: ../libev/ev.h callback.h scrollbar.h salloc.h -ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h -ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C +ptytty_wrapper.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h +ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h +ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C -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/src/libptytty.h -rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h -rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/libptytty.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/src/libptytty.h -rxvtd.o: rxvtperl.h hookinc.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/src/libptytty.h -rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.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 +rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h +rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libecb/ecb.h +rxvtc.o: ../libptytty/src/libptytty.h +rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h +rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +rxvtd.o: rxvtdaemon.h +rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libecb/ecb.h +rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +rxvtfont.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +rxvtfont.o: optinc.h table/linedraw.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 ../libecb/ecb.h rxvtfont.h +rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h +rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h +rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +rxvttoolkit.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h rxvttoolkit.o: optinc.h -rxvtutil.o: rxvtutil.h +rxvtutil.o: rxvtutil.h ../libecb/ecb.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/src/libptytty.h -screen.o: rxvtperl.h hookinc.h rsinc.h optinc.h salloc.C +screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h +screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h +screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h +screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h +screen.o: 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/src/libptytty.h rxvtperl.h hookinc.h -scrollbar-next.o: rsinc.h optinc.h +scrollbar-next.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-next.o: rxvtperl.h hookinc.h 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/src/libptytty.h rxvtperl.h hookinc.h -scrollbar-plain.o: rsinc.h optinc.h +scrollbar-plain.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-plain.o: rxvtperl.h hookinc.h 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/src/libptytty.h rxvtperl.h hookinc.h -scrollbar-rxvt.o: rsinc.h optinc.h +scrollbar-rxvt.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-rxvt.o: rxvtperl.h hookinc.h 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/src/libptytty.h rxvtperl.h hookinc.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/src/libptytty.h -scrollbar.o: rxvtperl.h hookinc.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/src/libptytty.h -xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h +scrollbar-xterm.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h +scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h +scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h +scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h +scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +scrollbar.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +scrollbar.o: optinc.h +xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h +xdefaults.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h +xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h +xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h +xdefaults.o: optinc.h version.h keyboard.h