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
f79e7aa6
Commit
f79e7aa6
authored
Nov 25, 2005
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/testsuite/Makefile.in:1.17
parent
016c7d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.in
View file @
f79e7aa6
...
...
@@ -38,10 +38,15 @@ DISTFILES = $(SOURCES) Makefile.in $(TS_SH) run-tests teardown-env \
all
:
$(TARGETS) $(EXTRA_TARGETS)
.SUFFIXES
:
-test.c -test.$(OBJEXT) -test$(EXEEXT)
.c.$(OBJEXT)
:
$(COMPILE)
-I
..
-c
$<
&&
$(DEP_PROCESS)
.$(OBJEXT)$(EXEEXT)
:
-test.c-test.$(OBJEXT)
:
$(COMPILE)
-I
..
-c
$<
&&
$(DEP_PROCESS)
-test.$(OBJEXT)-test$(EXEEXT)
:
$(LINK)
$<
testutils.o
-lnettle
$(LIBS)
-o
$@
$(TARGETS) $(EXTRA_TARGETS)
:
testutils.$(OBJEXT) ../libnettle.a
...
...
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