From e013fad2f2847122ae5986408e1aac7028ee71af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Tue, 14 Feb 2006 13:49:30 +0100 Subject: [PATCH] (tags, tags-here): New targets. Rev: src/nettle/Makefile.in:1.20.2.1 --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3dcd6cd7..761ba131 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ all check install uninstall: set -e; for d in $(SUBDIRS); do \ echo "Making $@ in $$d" ; (cd $$d && $(MAKE) $@); done -clean distclean mostlyclean maintainer-clean: +clean distclean mostlyclean maintainer-clean tags: set -e; for d in $(SUBDIRS); do \ echo "Making $@ in $$d" ; (cd $$d && $(MAKE) $@); done $(MAKE) $@-here @@ -323,5 +323,8 @@ distclean-here: clean-here -rm -f config.h stamp-h config.log config.status \ config.make config.m4 Makefile nettle-types.h *.d +tags-here: + etags $(srcdir)/*.c $(srcdir)/*.h + DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d) @DEP_INCLUDE@ $(DEP_FILES) -- 2.47.2