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
Brian Smith
nettle
Commits
4fb8138e
Commit
4fb8138e
authored
Jul 18, 2002
by
Niels Möller
Browse files
(libnettle_a_SOURCES): Added nettle-openssl.c.
Rev: src/nettle/Makefile.am:1.37
parent
7bac1598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
4fb8138e
...
...
@@ -38,7 +38,8 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
rsa.h rsa.c rsa_md5.c rsa_sha1.c
\
rsa-encrypt.c rsa-decrypt.c
\
rsa-keygen.c rsa-compat.h rsa-compat.c
\
nettle-internal.c nettle-internal.h nettle-meta.h
nettle-meta.h
\
nettle-internal.c nettle-internal.h nettle-openssl.c
libnettle_a_LIBADD
=
@LIBOBJS@
...
...
@@ -61,7 +62,7 @@ RM_TMP = rm -f
# FIXME: How to write this without using GNU make features?
%.o
:
%.asm asm.m4 machine.m4 config.m4
$(M4)
$(srcdir)
/asm.m4
$(srcdir)
/
machine.m4 config.m4
\
$(M4)
$(srcdir)
/asm.m4 machine.m4 config.m4
\
`
test
-f
$<
||
echo
'
$(srcdir)
/'
`
$<
>
tmp-
$*
.s
$(COMPILE)
-c
tmp-
$*
.s
-o
$@
$(RM_TMP)
tmp-
$*
.s
...
...
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