1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-05 12:31:50 +01:00
gnupg/cipher/Makefile.am

34 lines
545 B
Makefile
Raw Normal View History

1997-11-18 14:06:00 +00:00
## Process this file with automake to produce Makefile.in
1998-02-02 14:36:06 +00:00
INCLUDES = -I$(top_srcdir)/include
1998-01-07 11:07:05 +00:00
EXTRA_DIST = @CIPHER_EXTRA_DIST@
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-02-02 14:36:06 +00:00
libcipher_a_SOURCES = blowfish.c \
1997-11-18 14:06:00 +00:00
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 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
1998-02-16 20:05:02 +00:00
libcipher_a_DEPENDENCIES = @CIPHER_EXTRA_OBJS@
1998-02-02 14:36:06 +00:00
libcipher_a_LIBADD = @CIPHER_EXTRA_OBJS@
1997-11-18 14:06:00 +00:00