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
04186b8e
Commit
04186b8e
authored
Nov 25, 2005
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Makefile.in
Makefile.in
+10
-3
No files found.
Makefile.in
View file @
04186b8e
...
@@ -131,11 +131,18 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS)
...
@@ -131,11 +131,18 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS)
$(COMPILE)
$(SHLIBCFLAGS)
-c
$<
-o
$@
\
$(COMPILE)
$(SHLIBCFLAGS)
-c
$<
-o
$@
\
&&
$(DEP_PROCESS)
&&
$(DEP_PROCESS)
.$(OBJEXT)$(EXEEXT)
:
# For Solaris and BSD make, we have to use an explicit rule for each executable
$(LINK)
$<
$(LIBS)
-o
$@
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)
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
# desCore rules
# It seems using $(srcdir)/ doesn't work with GNU make 3.79.1
# It seems using $(srcdir)/ doesn't work with GNU make 3.79.1
...
...
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