comparison src/Makefile.in @ 9979:8c24b6db3fa3

* Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.
author Francesco Potortì <pot@gnu.org>
date Wed, 16 Nov 1994 14:27:48 +0000
parents d0a1ccb93c47
children 42b9a0dbdb63
comparison
equal deleted inserted replaced
9978:5b5406fbd833 9979:8c24b6db3fa3
945 /* Arrange to make a tags table in ../lisp, and another in this dir 945 /* Arrange to make a tags table in ../lisp, and another in this dir
946 which includes ../lisp/TAGS by reference. */ 946 which includes ../lisp/TAGS by reference. */
947 ctagsfiles = [a-zA-Z]*.[hc] 947 ctagsfiles = [a-zA-Z]*.[hc]
948 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el 948 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
949 TAGS: $(ctagsfiles) 949 TAGS: $(ctagsfiles)
950 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) 950 ../lib-src/etags --include=../lisp/TAGS \
951 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
951 ../lisp/TAGS: $(lisptagsfiles) 952 ../lisp/TAGS: $(lisptagsfiles)
952 cd ../lisp; $(MAKE) TAGS 953 cd ../lisp; $(MAKE) TAGS
953 tags: TAGS ../lisp/TAGS 954 tags: TAGS ../lisp/TAGS
954 .PHONY: tags 955 .PHONY: tags