--- rxvt-unicode/src/Makefile.in 2010/09/02 15:48:10 1.137 +++ rxvt-unicode/src/Makefile.in 2012/02/04 21:47:06 1.159 @@ -6,10 +6,7 @@ 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 @@ -19,9 +16,9 @@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ LIBS = @LIBS@ -XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ -XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ -COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) +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 -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) EXEEXT = @EXEEXT@ PERLFLAGS = @PERLFLAGS@ @@ -34,11 +31,11 @@ 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 \ + background.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@ + ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@ COMMON_DAEMON = rxvtdaemon.o @@ -67,12 +64,12 @@ rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) $(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) fdpass_wrapper.o + $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) #------------------------------------------------------------------------- -#EXUBERANT_OPTS = -I NOTHROW +#EXUBERANT_OPTS = -I NOTHROW -I THROW tags: *.[Ch] ctags $(EXUBERANT_OPTS) *.[Ch] @@ -121,26 +118,28 @@ $(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 -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 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 +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 ../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 @@ -150,91 +149,95 @@ 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 +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 ../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 +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: ../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 ../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 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 +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 ../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.h rxvtperl.h hookinc.h -screen.o: background.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.h rxvtperl.h hookinc.h background.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.h rxvtperl.h hookinc.h background.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.h rxvtperl.h hookinc.h background.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.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 +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