From: Niels Möller Date: Tue, 19 Jan 1999 16:08:01 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: release_nettle_0.2.20010617~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc87376ad19c1002158a6d99561ffbe6a0a9b6ee;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/symmetric/Makefile.am.in:1.11 Rev: src/symmetric/include/Makefile.am.in:1.5 --- diff --git a/Makefile.am.in b/Makefile.am.in index 3d45005b..c65c1cdd 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -90,7 +90,9 @@ ctags: ctags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) $(TAGS_DEPENDENCIE awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$(CONFIG_HEADER)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && ctags -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP)) + || (cd $(srcdir) && ctags --langmap=c:.c.x -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP)) +# This treats .h.x files as C files rather than headers, but we can't +# distinguish them from .c.x files with ctags. # Override the standard distclean-tags target, as this doesn't support `tags' distclean-tags: diff --git a/include/Makefile.am.in b/include/Makefile.am.in index 4bf06a18..f13a9be6 100644 --- a/include/Makefile.am.in +++ b/include/Makefile.am.in @@ -25,7 +25,9 @@ ctags: ctags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) $(TAGS_DEPENDENCIE awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$(CONFIG_HEADER)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && ctags -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP)) + || (cd $(srcdir) && ctags --langmap=c:.c.x -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP)) +# This treats .h.x files as C files rather than headers, but we can't +# distinguish them from .c.x files with ctags. # Override the standard distclean-tags target, as this doesn't support `tags' distclean-tags: