Substituted emacs tags target with vi tags target, since -C option of
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 8 Dec 2004 08:52:09 +0000 (08:52 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 8 Dec 2004 08:52:09 +0000 (08:52 +0000)
etags is no more supported.

[r4591]

MakeTargets

index c57c018..fea561f 100644 (file)
@@ -65,10 +65,10 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
        CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status >&2
 
 # generate TAGS
-tags:  subdir_tags local_tags
-.PHONY: local_tags
-local_tags:    $(TAGFILES)
-       etags -C $^
+.PHONY: tags
+tags:  TAGS
+TAGS:
+       ctags -R *.[ch]
 
 # installation
 install:       $(INCLUDEDIR) $(INCLUDEDIR)/adt install_headers $(LIBDIR) install_libs