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
ae9b85de
Commit
ae9b85de
authored
Feb 16, 1999
by
Niels Möller
Browse files
minor fixes
Rev: src/symmetric/Makefile.am.in:1.12 Rev: src/symmetric/include/Makefile.am.in:1.6
parent
dc87376a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am.in
View file @
ae9b85de
...
...
@@ -72,28 +72,4 @@ depend:
MAINTAINERCLEANFILES
+=
$(DEP_FILES)
.PHONY
:
ctags-recursive ctags
ctags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
(
cd
$$
subdir
&&
$(MAKE)
ctags
)
;
\
done
ctags
:
ctags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) $(TAGS_DEPENDENCIES) $(LISP)
tags
=
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
test
-f
$$
subdir/tags
&&
tags
=
"
$$
tags
$$
here/
$$
subdir/tags"
;
\
done
;
\
list
=
'
$(SOURCES)
$(HEADERS)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
echo
$$
i
;
done
|
\
awk
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(CTAGS_ARGS)$(CONFIG_HEADER)$$
unique
$(LISP)$$
tags"
\
||
(
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
:
-
rm
-f
TAGS ID tags
include
$(top_srcdir)/misc/ctags.mk
include/Makefile.am.in
View file @
ae9b85de
...
...
@@ -7,28 +7,4 @@ EXTRA_DIST = $(cvs_headers) Makefile.am.in
Makefile.am
:
Makefile.am.in
(
cd
$(top_srcdir)
;
./make_am
)
.PHONY
:
ctags-recursive ctags
ctags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
(
cd
$$
subdir
&&
$(MAKE)
ctags
)
;
\
done
ctags
:
ctags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) $(TAGS_DEPENDENCIES) $(LISP)
tags
=
;
\
here
=
`
pwd
`
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
test
-f
$$
subdir/tags
&&
tags
=
"
$$
tags
$$
here/
$$
subdir/tags"
;
\
done
;
\
list
=
'
$(SOURCES)
$(HEADERS)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
echo
$$
i
;
done
|
\
awk
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
test
-z
"
$(CTAGS_ARGS)$(CONFIG_HEADER)$$
unique
$(LISP)$$
tags"
\
||
(
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
:
-
rm
-f
TAGS ID tags
include
$(top_srcdir)/misc/ctags.mk
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