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
04186b8e
Commit
04186b8e
authored
Nov 25, 2005
by
Niels Möller
Browse files
* Makefile.in (aesdata, desdata, shadata): Use explicit rules for
executables. Rev: src/nettle/Makefile.in:1.30
parent
8cd234c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
04186b8e
...
...
@@ -131,11 +131,18 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS)
$(COMPILE)
$(SHLIBCFLAGS)
-c
$<
-o
$@
\
&&
$(DEP_PROCESS)
.$(OBJEXT)$(EXEEXT)
:
$(LINK)
$<
$(LIBS)
-o
$@
# For Solaris and BSD make, we have to use an explicit rule for each executable
aesdata$(EXEEXT)
:
aesdata.$(OBJEXT)
$(LINK)
aesdata.
$(OBJEXT)
$(LIBS)
-o
aesdata
$(EXEEXT)
desdata$(EXEEXT)
:
desdata.$(OBJEXT)
$(LINK)
desdata.
$(OBJEXT)
$(LIBS)
-o
desdata
$(EXEEXT)
shadata$(EXEEXT)
:
shadata.$(OBJEXT)
$(LINK)
shadata.
$(OBJEXT)
$(LIBS)
-lm
-o
$@
$(LINK)
shadata.
$(OBJEXT)
$(LIBS)
-lm
-o
shadata
$(EXEEXT)
# .$(OBJEXT)$(EXEEXT):
# $(LINK) $< $(LIBS) -o $@
# desCore rules
# It seems using $(srcdir)/ doesn't work with GNU make 3.79.1
...
...
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