comparison src/Makefile.in @ 16032:8f14513f5dfb

(TAGS): Use $(srcdir) in deps.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 18:27:40 +0000
parents 5b31a6ad1a67
children ccf489f8596e
comparison
equal deleted inserted replaced
16031:5e92da241aba 16032:8f14513f5dfb
1054 1054
1055 /* Arrange to make a tags table in ../lisp, and another in this dir 1055 /* Arrange to make a tags table in ../lisp, and another in this dir
1056 which includes ../lisp/TAGS by reference. */ 1056 which includes ../lisp/TAGS by reference. */
1057 ctagsfiles = [a-zA-Z]*.[hc] 1057 ctagsfiles = [a-zA-Z]*.[hc]
1058 lisptagsfiles = ../lisp/[a-zA-Z]*.el 1058 lisptagsfiles = ../lisp/[a-zA-Z]*.el
1059 TAGS: $(ctagsfiles) 1059 TAGS: $(srcdir)/$(ctagsfiles)
1060 export DIR; DIR=`pwd`; cd ${srcdir}; \ 1060 export DIR; DIR=`pwd`; cd ${srcdir}; \
1061 $$DIR/../lib-src/etags --include=../lisp/TAGS \ 1061 $$DIR/../lib-src/etags --include=../lisp/TAGS \
1062 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) 1062 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
1063 ${lispsource}TAGS: ${lispsource}$(lisptagsfiles) 1063 ${lispsource}TAGS: ${lispsource}$(lisptagsfiles)
1064 cd ${lispsource}; $(MAKE) TAGS 1064 cd ${lispsource}; $(MAKE) TAGS