Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
f5ad511c
Commit
f5ad511c
authored
Apr 16, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build eccdata only when public key support is enabled.
parent
35bfd974
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+3
-2
No files found.
ChangeLog
View file @
f5ad511c
2013-04-16 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (TARGETS): Deleted eccdata, it should be build only
when public key support is enabled.
(clean-here): Exlicitly list it here.
* asm.m4 (m4_log2): New macro, similar to the one in gmp.
(ALIGN): Changed to take alignment in bytes. Updated all callers,
currently used only in x86 and x86_64 files.
...
...
Makefile.in
View file @
f5ad511c
...
...
@@ -32,7 +32,7 @@ internal_SOURCES = nettle-internal.c
internal_TARGETS
=
$
(
internal_SOURCES:.c
=
.
$(OBJEXT)
)
TARGETS
=
aesdata
$(EXEEXT)
desdata
$(EXEEXT)
twofishdata
$(EXEEXT)
\
shadata
$(EXEEXT)
gcmdata
$(EXEEXT)
eccdata
$(EXEEXT)
\
shadata
$(EXEEXT)
gcmdata
$(EXEEXT)
\
$(getopt_TARGETS)
$(internal_TARGETS)
\
$(LIBTARGETS)
$(SHLIBTARGETS)
IMPLICIT_TARGETS
=
@IF_DLL@
$(LIBNETTLE_FILE)
$(LIBHOGWEED_FILE)
...
...
@@ -573,7 +573,8 @@ distcheck: dist
clean-here
:
-
rm
-f
$(TARGETS)
$(IMPLICIT_TARGETS)
*
.
$(OBJEXT)
*
.p
$(OBJEXT)
*
.s
\
ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h eccdata.stamp
ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h
\
eccdata
$(EXEEXT)
eccdata.stamp
-
rm
-rf
.lib
distclean-here
:
clean-here
...
...
Write
Preview
Markdown
is supported
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