Add a Makefile target for ctags
Andy Lester [Thu, 12 May 2005 11:40:52 +0000 (06:40 -0500)]
Message-ID: <20050512164052.GA30287@petdance.com>

p4raw-id: //depot/perl@24511

Makefile.SH

index 70c3d6c..7026bc6 100644 (file)
@@ -1273,14 +1273,15 @@ etags:  TAGS
 TAGS: emacs/cperl-mode.elc
        sh emacs/ptags
 
-ctags: tags
-
 # Let's hope make will not go into an infinite loop on case-unsensitive systems
 # This may also fail if . is in the head of the path, since perl will
 # require -Ilib
 tags:  TAGS
        perl emacs/e2ctags.pl TAGS > tags
 
+ctags:
+       ctags -f Tags --totals --languages=c *.c *.h
+
 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
 # If this runs make out of memory, delete /usr/include lines.
 !NO!SUBS!