--- rxvt-unicode/src/Makefile.in 2007/12/13 23:14:40 1.121 +++ rxvt-unicode/src/Makefile.in 2009/12/30 06:14:03 1.131 @@ -21,19 +21,17 @@ LIBS = @LIBS@ XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) +COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) LINK = @LINKER@ $(LDFLAGS) srcdir = @srcdir@ VPATH = @srcdir@ -DEBUG=-DDEBUG_STRICT - first_rule: all 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 \ @@ -57,33 +55,18 @@ .C.o: $(COMPILE) -c $< -#.C.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< -# -#.s.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< -# -#.S.lo: -# $(LIBTOOL) --mode=compile $(COMPILE) -c $< - #------------------------------------------------------------------------- all: allbin rxvt: rxvt.o $(COMMON) $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@ -# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) -o $@ rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@ -# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) -o $@ rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o $(LIBS) -# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@ - -#librxvt.la: $(LIBOBJS) -# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ #------------------------------------------------------------------------- @@ -101,10 +84,10 @@ clean: rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C - rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp + rm -f *.o distclean: clean - rm -f Makefile rxvtlib.h + rm -f Makefile realclean: distclean rm -f tags TAGS @@ -136,18 +119,18 @@ $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< depend: - makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 -# makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 + makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/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 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 @@ -163,79 +146,93 @@ 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 ../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 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 -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 -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 -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 -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 +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 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 -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 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 +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 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 +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 -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-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 -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-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 -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-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 -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 +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