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
c7090309
Commit
c7090309
authored
Feb 28, 2013
by
Niels Möller
Browse files
Fixed hogweed dependency in examples/Makefile.in.
parent
411fea85
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c7090309
2013-02-28 Niels Möller <nisse@lysator.liu.se>
* examples/Makefile.in: Let $(HOGWEED_TARGETS) depend on
../libhogweed.a.
* armv7/ecc-192-modp.asm: New file. 2.5 time speedup over C
version.
...
...
examples/Makefile.in
View file @
c7090309
...
...
@@ -53,11 +53,11 @@ all: $(TARGETS)
(
cd
..
&&
$(MAKE)
nettle-internal.
$(OBJEXT)
)
# For Solaris and BSD make, we have to use an explicit rule for each executable
next-prime$(EXEEXT)
:
next-prime.$(OBJEXT) $(GETOPT_OBJS)
../libhogweed.a
next-prime$(EXEEXT)
:
next-prime.$(OBJEXT) $(GETOPT_OBJS)
$(LINK)
next-prime.
$(OBJEXT)
$(GETOPT_OBJS)
\
-lhogweed
-lnettle
$(LIBS)
-o
next-prime
$(EXEEXT)
random-prime$(EXEEXT)
:
random-prime.$(OBJEXT) io.$(OBJEXT) $(GETOPT_OBJS)
../libhogweed.a
random-prime$(EXEEXT)
:
random-prime.$(OBJEXT) io.$(OBJEXT) $(GETOPT_OBJS)
$(LINK)
random-prime.
$(OBJEXT)
io.
$(OBJEXT)
$(GETOPT_OBJS)
\
-lhogweed
-lnettle
$(LIBS)
-o
random-prime
$(EXEEXT)
...
...
@@ -116,7 +116,7 @@ hogweed-benchmark$(EXEEXT): hogweed-benchmark.$(OBJEXT)
-o
hogweed-benchmark
$(EXEEXT)
$(TARGETS)
:
io.$(OBJEXT) ../libnettle.a
$(HOGWEED_TARGETS)
:
../libhogweed.a
check
:
$(TS_ALL)
LD_LIBRARY_PATH
=
../.lib
PATH
=
"../.lib:
$$
PATH"
srcdir
=
"
$(srcdir)
"
\
...
...
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