From ed9a82369ffc660ec20d9b7fa64188a450267672 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 11 Apr 1999 19:28:16 +0000 Subject: Added new target "tags" to generate a tag table for Emacs. Also made "depend" work before the tree is compiled first time. --- tools/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools/Makefile.in') diff --git a/tools/Makefile.in b/tools/Makefile.in index 9895b10..1f41e82 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -5,11 +5,11 @@ include Rules srcdir_abs := $(shell cd $(srcdir) ; pwd) -.PHONY: all subdir depend clean distclean +.PHONY: all subdir depend clean distclean tags -all: .dir-stamp .dep-stamp subdir $(exedir)/bird +all: .dep-stamp subdir $(exedir)/bird -subdir depend: +subdir depend: .dir-stamp set -e ; for a in $(dynamic-dirs) ; do $(MAKE) -C $$a $@ ; done set -e ; for a in $(static-dirs) ; do $(MAKE) -C $$a -f $(srcdir_abs)/$$a/Makefile $@ ; done @@ -24,6 +24,9 @@ $(exedir)/bird: $(addsuffix /all.o, $(static-dirs)) conf/all.o lib/birdlib.a $(MAKE) depend touch .dep-stamp +tags: + cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) -name *.[chY]` + clean: find . -name "*.[oa]" -or -name core -or -name depend | xargs rm -f rm -f $(exedir)/bird .dep-stamp -- cgit v1.2.3