Skip to content
Snippets Groups Projects
Commit 0e2568ff authored by Niels Möller's avatar Niels Möller
Browse files

* Makefile.am: Added desCore and sha1.

Rev: src/nettle/Makefile.am:1.3
parent 58cda8b5
No related branches found
No related tags found
No related merge requests found
SUBDIRS = . testsuite SUBDIRS = . testsuite
noinst_PROGRAMS = desdata
libnettleincludedir = $(includedir)/nettle libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = arcfour.h libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h md5.c md5.h libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h des.c des.h \
md5.c md5.h sha1.c sha1.h
libnettle_a_LIBADD = @LIBOBJS@ libnettle_a_LIBADD = @LIBOBJS@
EXTRA_DIST = macros.h memxor.h EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README
# BUILT_SOURCE = $(des_headers)
# desCore rules
des_headers = $(srcdir)/parity.h $(srcdir)/rotors.h $(srcdir)/keymap.h
# Generate DES headers.
$(des_headers): desdata
./desdata $@ > $@T
test -s $@T && mv -f $@T $@
des.o: des.c des.h $(des_headers)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment