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
Brian Smith
nettle
Commits
7c29acab
Commit
7c29acab
authored
Dec 22, 2008
by
Niels Möller
Browse files
($(des_headers)): Create files in $(srcdir).
Rev: nettle/ChangeLog:1.30 Rev: nettle/Makefile.in:1.8
parent
6b3b389f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7c29acab
2008-12-22 Niels Mller <nisse@lysator.liu.se>
* Makefile.in ($(des_headers)): Create files in $(srcdir).
2008-11-28 Niels Mller <nisse@lysator.liu.se>
* testsuite/cxx-test.cxx: Include <cstdio>.
...
...
Makefile.in
View file @
7c29acab
...
...
@@ -19,6 +19,7 @@ SUBDIRS = tools testsuite examples
include
config.make
PRE_CPPFLAGS
=
-I
.
# FIXME: Add configuration of LIBEXT?
LIBTARGETS
=
libnettle.a @IF_HOGWEED@ libhogweed.a
SHLIBTARGETS
=
$(LIBNETTLE_FORLINK)
@IF_HOGWEED@
$(LIBHOGWEED_FORLINK)
...
...
@@ -178,8 +179,9 @@ des_headers = parity.h rotors.h keymap.h
# Generate DES headers.
$(des_headers)
:
desdata.c
$(MAKE)
desdata
$(EXEEXT)
./desdata
$(EXEEXT)
$
(
@F
)
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$@
f
=
"
$(srcdir)
/
`
basename
$@
`
"
;
\
./desdata
$(EXEEXT)
$
(
@F
)
>
$
${f}
T
;
\
test
-s
$
${f}
T
&&
mv
-f
$
${f}
T
$$
f
des.$(OBJEXT)
:
des.c des.h $(des_headers)
...
...
@@ -302,7 +304,7 @@ uninstall-here: uninstall-info uninstall-headers uninstall-static \
@IF_SHARED@ uninstall-shared
uninstall-static
:
for
f
in
$(
STATIC_LIB
S)
;
do
\
for
f
in
$(
LIBTARGET
S)
;
do
\
rm
-f
$(DESTDIR)$(libdir)
/
$$
f
;
\
done
...
...
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