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
Wim Lewis
nettle
Commits
8df19540
Commit
8df19540
authored
Oct 22, 2014
by
Niels Möller
Browse files
Unconditionally delete shared libraries for make clean.
parent
25ce12d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8df19540
2014-10-22 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (clean-here): Unconditionally delete .so and .dll
files.
(IMPLICIT_TARGETS): Deleted variable.
2014-10-21 Niels Möller <nisse@lysator.liu.se>
* testsuite/ed25519-test.c: New test case. Optionally reads the
...
...
Makefile.in
View file @
8df19540
...
...
@@ -40,7 +40,6 @@ TARGETS = aesdata$(EXEEXT_FOR_BUILD) desdata$(EXEEXT_FOR_BUILD) \
gcmdata
$(EXEEXT_FOR_BUILD)
\
$(getopt_TARGETS)
$(internal_TARGETS)
\
$(LIBTARGETS)
$(SHLIBTARGETS)
IMPLICIT_TARGETS
=
@IF_DLL@
$(LIBNETTLE_FILE)
$(LIBHOGWEED_FILE)
DOCTARGETS
=
@IF_DOCUMENTATION@ nettle.info nettle.html nettle.pdf
...
...
@@ -611,7 +610,7 @@ distcheck: dist
$(rm_distcheck)
clean-here
:
-
rm
-f
$(TARGETS)
$(IMPLICIT_TARGETS)
*
.
$(OBJEXT)
*
.s
\
-
rm
-f
$(TARGETS)
*
.
$(OBJEXT)
*
.s
*
.so
*
.dll
\
ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h ecc-25519.h
\
eccdata
$(EXEEXT_FOR_BUILD)
eccdata.stamp
-
rm
-rf
.lib libnettle.stamp libhogweed.stamp
...
...
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