comparison src/Makefile.in @ 22017:615e861e4bb6

(TAGS): Specify directory when running etags.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 May 1998 07:01:15 +0000
parents 58f3869d37d5
children 9dd312681e15
comparison
equal deleted inserted replaced
22016:307fdd89bb42 22017:615e861e4bb6
1160 /* Arrange to make a tags table TAGS-LISP for ../lisp, 1160 /* Arrange to make a tags table TAGS-LISP for ../lisp,
1161 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ 1161 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */
1162 ctagsfiles = [a-zA-Z]*.[hc] 1162 ctagsfiles = [a-zA-Z]*.[hc]
1163 TAGS: $(srcdir)/$(ctagsfiles) 1163 TAGS: $(srcdir)/$(ctagsfiles)
1164 ../lib-src/etags --include=TAGS-LISP \ 1164 ../lib-src/etags --include=TAGS-LISP \
1165 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) 1165 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
1166 $(srcdir)/$(ctagsfiles)
1166 frc: 1167 frc:
1167 TAGS-LISP: frc 1168 TAGS-LISP: frc
1168 $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \ 1169 $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \
1169 lispsource=${lispsource} 1170 lispsource=${lispsource}
1170 tags: TAGS TAGS-LISP 1171 tags: TAGS TAGS-LISP