]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* testsuite/Makefile.in (tags): New target.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 Feb 2006 12:50:28 +0000 (13:50 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 Feb 2006 12:50:28 +0000 (13:50 +0100)
Rev: src/nettle/testsuite/Makefile.in:1.12.2.1
Rev: src/nettle/tools/Makefile.in:1.12.2.1

testsuite/Makefile.in
tools/Makefile.in

index b91939f339ecd43f263cba8ae13162376489b349..2b2fa4808eab1a9466e204917694334f9681bee3 100644 (file)
@@ -63,4 +63,7 @@ clean:
 distclean: clean
        -rm -f Makefile *.d
 
+tags:
+       etags --include $(top_srcdir) $(srcdir)/*.c $(srcdir)/*.h
+
 @DEP_INCLUDE@ $(SOURCES:.c=.$(OBJEXT).d)
index bfda680214989642804f000fce582fe22410fd5e..f839824f85a1b485ed532263022e6f04e13a6b9e 100644 (file)
@@ -58,4 +58,7 @@ clean:
 distclean: clean
        -rm -f Makefile *.d
 
+tags:
+       etags --include $(top_srcdir) $(srcdir)/*.c $(srcdir)/*.h
+
 @DEP_INCLUDE@ $(SOURCES:.c=.$(OBJEXT).d)