Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
e013fad2
Commit
e013fad2
authored
Feb 14, 2006
by
Niels Möller
Browse files
(tags, tags-here): New targets.
Rev: src/nettle/Makefile.in:1.20.2.1
parent
e4fc069d
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.in
View file @
e013fad2
...
...
@@ -22,7 +22,7 @@ all check install uninstall:
set
-e
;
for
d
in
$(SUBDIRS)
;
do
\
echo
"Making
$@
in
$$
d"
;
(
cd
$$
d
&&
$(MAKE)
$@
)
;
done
clean distclean mostlyclean maintainer-clean
:
clean distclean mostlyclean maintainer-clean
tags
:
set
-e
;
for
d
in
$(SUBDIRS)
;
do
\
echo
"Making
$@
in
$$
d"
;
(
cd
$$
d
&&
$(MAKE)
$@
)
;
done
$(MAKE)
$@
-here
...
...
@@ -323,5 +323,8 @@ distclean-here: clean-here
-
rm
-f
config.h stamp-h config.log config.status
\
config.make config.m4 Makefile nettle-types.h
*
.d
tags-here
:
etags
$(srcdir)
/
*
.c
$(srcdir)
/
*
.h
DEP_FILES
=
$
(
SOURCES:.c
=
.
$(OBJEXT)
.d
)
$
(
SOURCES:.c
=
.p
$(OBJEXT)
.d
)
@DEP_INCLUDE@
$(DEP_FILES)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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