1997-11-18 14:06:00 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1998-04-02 10:30:03 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
|
1997-11-18 14:06:00 +00:00
|
|
|
|
1998-02-02 14:36:06 +00:00
|
|
|
noinst_LIBRARIES = libcipher.a
|
1997-11-18 14:06:00 +00:00
|
|
|
|
|
|
|
|
1998-04-07 18:16:10 +00:00
|
|
|
libcipher_a_SOURCES = cipher.c \
|
1998-06-09 15:14:06 +00:00
|
|
|
dynload.c \
|
|
|
|
dynload.h \
|
1998-04-07 18:16:10 +00:00
|
|
|
blowfish.c \
|
1997-11-18 14:06:00 +00:00
|
|
|
blowfish.h \
|
1998-04-04 20:16:55 +00:00
|
|
|
cast5.c \
|
|
|
|
cast5.h \
|
1998-05-29 11:53:54 +00:00
|
|
|
des.h \
|
1997-11-18 14:06:00 +00:00
|
|
|
elgamal.c \
|
|
|
|
elgamal.h \
|
|
|
|
md5.c \
|
|
|
|
md5.h \
|
|
|
|
primegen.c \
|
1998-03-09 21:44:06 +00:00
|
|
|
random.h \
|
1997-11-18 14:06:00 +00:00
|
|
|
random.c \
|
1998-05-13 17:53:36 +00:00
|
|
|
rand-internal.h \
|
|
|
|
rand-unix.c \
|
|
|
|
rand-w32.c \
|
|
|
|
rand-dummy.c \
|
1997-11-18 14:06:00 +00:00
|
|
|
rmd.h \
|
|
|
|
rmd160.c \
|
1998-04-30 14:06:01 +00:00
|
|
|
tiger.h \
|
|
|
|
tiger.c \
|
1997-12-12 12:03:58 +00:00
|
|
|
sha1.h \
|
|
|
|
sha1.c \
|
|
|
|
dsa.h \
|
|
|
|
dsa.c \
|
1997-12-01 10:33:23 +00:00
|
|
|
md.c \
|
1998-01-12 10:18:17 +00:00
|
|
|
md.h \
|
1998-01-07 20:47:46 +00:00
|
|
|
misc.c \
|
1997-11-18 14:06:00 +00:00
|
|
|
smallprime.c
|
|
|
|
|
|
|
|
|