1997-11-18 15:06:00 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
1998-01-07 12:07:05 +01:00
|
|
|
EXTRA_DIST = @CIPHER_EXTRA_DIST@
|
1997-11-18 15:06:00 +01:00
|
|
|
|
|
|
|
noinst_LIBRARIES = cipher
|
|
|
|
|
|
|
|
|
|
|
|
cipher_SOURCES = blowfish.c \
|
|
|
|
blowfish.h \
|
|
|
|
elgamal.c \
|
|
|
|
elgamal.h \
|
|
|
|
gost.c \
|
|
|
|
gost.h \
|
|
|
|
md5.c \
|
|
|
|
md5.h \
|
|
|
|
primegen.c \
|
|
|
|
random.c \
|
|
|
|
rmd.h \
|
|
|
|
rmd160.c \
|
1997-12-12 13:03:58 +01:00
|
|
|
sha1.h \
|
|
|
|
sha1.c \
|
|
|
|
dsa.h \
|
|
|
|
dsa.c \
|
1997-12-01 11:33:23 +01:00
|
|
|
md.c \
|
1998-01-07 21:47:46 +01:00
|
|
|
misc.c \
|
1997-11-18 15:06:00 +01:00
|
|
|
smallprime.c
|
|
|
|
|
1998-01-07 12:07:05 +01:00
|
|
|
cipher_LIBADD = @CIPHER_EXTRA_OBJS@
|
|
|
|
|
1997-11-18 15:06:00 +01:00
|
|
|
|