comparison Makefile.in.in @ 1011:fac45095e485

[xemacs-hg @ 2002-09-20 22:19:05 by youngs] 2002-09-20 Steve Youngs <youngs@xemacs.org> * Makefile.in.in (TAGS tags): Descend into the modules directory as well. 2002-09-20 Steve Youngs <youngs@xemacs.org> * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick up '--site-libraries'. * ldap/Makefile.in.in (LDFLAGS): Ditto.
author youngs
date Fri, 20 Sep 2002 22:19:17 +0000
parents 89cca5f594bd
children 6af03f821bbe
comparison
equal deleted inserted replaced
1010:af4d1f43e4c6 1011:fac45095e485
637 @echo "If you don't have a copy of etags around, then do 'make lib-src' first." 637 @echo "If you don't have a copy of etags around, then do 'make lib-src' first."
638 $(RM) ${srcdir}/TAGS 638 $(RM) ${srcdir}/TAGS
639 @PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \ 639 @PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \
640 echo "Using etags from `which etags`." 640 echo "Using etags from `which etags`."
641 PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \ 641 PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \
642 find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \ 642 find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \
643 xargs etags -a -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/'; \ 643 xargs etags -a -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/'; \
644 find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \ 644 find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \
645 xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\|subst\\|struct\\|face\\|group\\|custom\\|ine-\\(function\\|compiler-macro\\|[a-z-]+alias\\)\\)[ ]+'?\\([^ ]+\\)/\\3/" 645 xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\|subst\\|struct\\|face\\|group\\|custom\\|ine-\\(function\\|compiler-macro\\|[a-z-]+alias\\)\\)[ ]+'?\\([^ ]+\\)/\\3/"
646 646
647 check: 647 check: