--- rxvt-unicode/src/Makefile.in 2006/01/17 15:17:39 1.51 +++ rxvt-unicode/src/Makefile.in 2006/01/21 19:02:56 1.54 @@ -1,4 +1,3 @@ - DATE=@DATE@ VERSION=@VERSION@ RXVTNAME=@RXVTNAME@ @@ -8,12 +7,6 @@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ -man1dir = @mandir@/man1 -man1ext = 1 -man3dir = @mandir@/man3 -man3ext = 3 -man7dir = @mandir@/man7 -man7ext = 7 CC = @CC@ CXX = @CXX@ CPP = @CPP@ @@ -23,10 +16,7 @@ CP = @CP@ LN = @LN@ SED = @SED@ -AWK = @AWK@ ECHO = @ECHO@ -CMP = @CMP@ -TBL = @TBL@ PERL = @PERL@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 @@ -43,8 +33,6 @@ COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. LINK = @LINKER@ $(LDFLAGS) -LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz - srcdir = @srcdir@ VPATH = @srcdir@ .PATH: @srcdir@ @@ -56,7 +44,7 @@ # for developers: the following debug options may be used # -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_RESOURCES # -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE -# -DDEBUG_KEYBOARD +# -DDEBUG_KEYBOARD -DDEBUG_STRICT DEBUG=-DDEBUG_STRICT @DEBUG@ first_rule: all @@ -116,8 +104,11 @@ #------------------------------------------------------------------------- -tags: - ctags *.h *.C +tags: *.[Ch] + ctags $^ + +TAGS: *.[Ch] + etags $^ allbin: rxvt rxvtd rxvtc @@ -128,7 +119,7 @@ $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp realclean: clean - $(RMF) tags librxvt.h + $(RMF) tags TAGS librxvt.h cleandir: realclean @@ -152,7 +143,7 @@ $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt rxvtperl.C: rxvtperl.xs typemap - $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes $< >$@ + $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@ rxvtperl.o: rxvtperl.C perlxsi.c $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< @@ -220,9 +211,6 @@ rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h rxvtfont.o: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h -rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h -rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h -rxvtperl.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h rxvttoolkit.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h @@ -310,9 +298,6 @@ rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h rxvtfont.lo: salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h -rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h -rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h -rxvtperl.lo: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h perlxsi.c rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h rxvttoolkit.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h