Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
dc87376a
Commit
dc87376a
authored
Jan 19, 1999
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/symmetric/Makefile.am.in:1.11 Rev: src/symmetric/include/Makefile.am.in:1.5
parent
81f9c0d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am.in
View file @
dc87376a
...
...
@@ -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
:
...
...
include/Makefile.am.in
View file @
dc87376a
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment