1997-11-18 14:06:00 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1999-02-10 16:22:40 +00:00
|
|
|
|
1998-10-21 17:34:36 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
1997-11-18 14:06:00 +00:00
|
|
|
|
1999-10-09 18:37:05 +00:00
|
|
|
noinst_LIBRARIES = libcipher.a
|
|
|
|
|
|
|
|
# The configure script greps the module names from the EXTRA_PROGRAMS line
|
|
|
|
EXTRA_PROGRAMS = rndlinux rndunix rndegd rndw32 sha1 rmd160 md5 tiger
|
1999-02-10 16:22:40 +00:00
|
|
|
|
|
|
|
EXTRA_rndlinux_SOURCES = rndlinux.c
|
|
|
|
EXTRA_rndunix_SOURCES = rndunix.c
|
1999-02-22 19:08:46 +00:00
|
|
|
EXTRA_rndegd_SOURCES = rndegd.c
|
1999-09-15 14:26:39 +00:00
|
|
|
EXTRA_rndw32_SOURCES = rndw32.c
|
1999-02-10 16:22:40 +00:00
|
|
|
EXTRA_md5_SOURCES = md5.c
|
|
|
|
EXTRA_rmd160_SOURCES = rmd160.c
|
|
|
|
EXTRA_sha1_SOURCES = sha1.c
|
|
|
|
EXTRA_tiger_SOURCES = tiger.c
|
|
|
|
|
|
|
|
|
1998-06-25 10:19:08 +00:00
|
|
|
if ENABLE_GNUPG_EXTENSIONS
|
1999-02-10 16:22:40 +00:00
|
|
|
pkglib_PROGRAMS = @DYNAMIC_CIPHER_MODS@
|
1998-06-25 10:19:08 +00:00
|
|
|
else
|
|
|
|
pkglib_PROGRAMS =
|
|
|
|
endif
|
1997-11-18 14:06:00 +00:00
|
|
|
|
1998-10-16 16:00:17 +00:00
|
|
|
|
1999-01-09 15:06:59 +00:00
|
|
|
DYNLINK_MOD_CFLAGS = -DIS_MODULE @DYNLINK_MOD_CFLAGS@
|
1997-11-18 14:06:00 +00:00
|
|
|
|
1999-10-09 18:37:05 +00:00
|
|
|
#libcipher_a_LDFLAGS =
|
|
|
|
libcipher_a_SOURCES = cipher.c \
|
1998-06-13 06:59:14 +00:00
|
|
|
pubkey.c \
|
|
|
|
md.c \
|
1998-06-09 15:14:06 +00:00
|
|
|
dynload.c \
|
|
|
|
dynload.h \
|
1999-09-13 08:56:45 +00:00
|
|
|
bithelp.h \
|
1998-09-18 15:24:53 +00:00
|
|
|
des.c \
|
|
|
|
des.h \
|
1999-04-07 18:58:34 +00:00
|
|
|
twofish.c \
|
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 \
|
2000-10-12 14:34:01 +00:00
|
|
|
rijndael.c \
|
1997-11-18 14:06:00 +00:00
|
|
|
elgamal.c \
|
|
|
|
elgamal.h \
|
2000-09-06 15:57:12 +00:00
|
|
|
rsa.c rsa.h \
|
1997-11-18 14:06:00 +00:00
|
|
|
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 \
|
1997-11-18 14:06:00 +00:00
|
|
|
rmd.h \
|
1997-12-12 12:03:58 +00:00
|
|
|
dsa.h \
|
|
|
|
dsa.c \
|
1998-06-13 17:00:02 +00:00
|
|
|
g10c.c \
|
1999-02-10 16:22:40 +00:00
|
|
|
smallprime.c \
|
|
|
|
construct.c
|
1997-11-18 14:06:00 +00:00
|
|
|
|
1999-02-10 16:22:40 +00:00
|
|
|
# configure creates the constructor file
|
|
|
|
BUILT_SOURCES = construct.c
|
1999-01-09 15:06:59 +00:00
|
|
|
|
1998-06-25 10:19:08 +00:00
|
|
|
|
1999-10-09 18:37:05 +00:00
|
|
|
libcipher_a_DEPENDENCIES = @STATIC_CIPHER_OBJS@
|
|
|
|
libcipher_a_LIBADD = @STATIC_CIPHER_OBJS@
|
1999-02-10 16:22:40 +00:00
|
|
|
|
1999-01-09 15:06:59 +00:00
|
|
|
|
1999-02-10 16:22:40 +00:00
|
|
|
# If I remember it correct, automake 1.4 has a feature to set
|
|
|
|
# fooFLAGS depending on the program. So we should check it out.
|
1998-07-29 19:35:05 +00:00
|
|
|
|
1998-09-11 05:47:32 +00:00
|
|
|
tiger: $(srcdir)/tiger.c
|
1998-10-16 16:00:17 +00:00
|
|
|
`echo $(COMPILE) $(DYNLINK_MOD_CFLAGS) -o tiger $(srcdir)/tiger.c | \
|
2000-01-13 18:27:50 +00:00
|
|
|
sed -e 's/-O[2-9s]*/-O/g' `
|
1999-02-10 16:22:40 +00:00
|
|
|
|
|
|
|
tiger.o: $(srcdir)/tiger.c
|
1999-09-07 14:28:16 +00:00
|
|
|
`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
|
1998-09-11 05:47:32 +00:00
|
|
|
|
1999-04-18 08:18:52 +00:00
|
|
|
#twofish: $(srcdir)/twofish.c
|
|
|
|
# `echo $(COMPILE) $(DYNLINK_MOD_CFLAGS) -o twofish $(srcdir)/twofish.c | \
|
1999-09-07 14:28:16 +00:00
|
|
|
# sed -e 's/-O[0-9s]*/ /g' `
|
1999-04-18 08:18:52 +00:00
|
|
|
|
1998-09-11 05:47:32 +00:00
|
|
|
twofish: $(srcdir)/twofish.c
|
1999-04-18 08:18:52 +00:00
|
|
|
$(COMPILE) $(DYNLINK_MOD_CFLAGS) -o twofish $(srcdir)/twofish.c
|
1999-02-10 16:22:40 +00:00
|
|
|
|
1999-04-18 08:18:52 +00:00
|
|
|
#twofish.o: $(srcdir)/twofish.c
|
1999-09-07 14:28:16 +00:00
|
|
|
# `echo $(COMPILE) -c $(srcdir)/twofish.c | sed -e 's/-O[0-9s]*/ /g' `
|
1998-09-11 05:47:32 +00:00
|
|
|
|
1998-06-25 10:19:08 +00:00
|
|
|
|
1998-11-25 11:52:41 +00:00
|
|
|
rndunix: $(srcdir)/rndunix.c
|
|
|
|
$(COMPILE) $(DYNLINK_MOD_CFLAGS) -o rndunix $(srcdir)/rndunix.c
|
|
|
|
|
1998-11-27 11:42:49 +00:00
|
|
|
rndlinux: $(srcdir)/rndlinux.c
|
|
|
|
$(COMPILE) $(DYNLINK_MOD_CFLAGS) -o rndlinux $(srcdir)/rndlinux.c
|
|
|
|
|
1999-02-22 19:08:46 +00:00
|
|
|
rndegd: $(srcdir)/rndegd.c
|
|
|
|
$(COMPILE) $(DYNLINK_MOD_CFLAGS) -o rndegd $(srcdir)/rndegd.c
|
|
|
|
|