From 76f32ed27f7363346c60b6a285b20b124b30f3ea Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 13 Nov 1999 01:56:07 +0000 Subject: [PATCH] Include multiprecision maths stuff. --- Makefile.m4 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index 24966e6..ea78561 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.7 1999/11/11 19:01:02 mdw Exp $ +## $Id: Makefile.m4,v 1.8 1999/11/13 01:56:07 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,8 +29,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.7 1999/11/11 19:01:02 mdw -## Use `libtool' to generate a shared library. +## Revision 1.8 1999/11/13 01:56:07 mdw +## Include multiprecision maths stuff. +## +## Revision 1.8 1999/11/13 01:56:07 mdw +## Include multiprecision maths stuff. ## ## Revision 1.7 1999/11/11 19:01:02 mdw ## Use `libtool' to generate a shared library. @@ -124,6 +127,7 @@ define(`emit', `$1.h ') pkginclude_HEADERS = \ paranoia.h \ blkc.h hash.h \ + mpx.h mpw.h mpscan.h \ mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpmont.h \ ptab.h pgen.h rabin.h \ dsa.h dh.h \ @@ -133,10 +137,13 @@ pkginclude_HEADERS = \ define(`emit', `$1.c ') libcatacomb_la_SOURCES = \ des-base.c des-base.h des_sp.h bf_ikey.h daftstory.h \ + mpx.c mpscan.c \ ptab.c pgen.c rabin.c \ dsa-sign.c dsa-verify.c dsa-gen.c \ dh-prime.c \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \ + addsuffix(`ciphers', `.c') addsuffix(`hashes', `.c') + des-base.lo: des_sp.h mpx.lo: mptypes.h @@ -169,7 +176,7 @@ dist-hook: @ln $(srcdir)/tests/* $(distdir)/tests || true @rm -f $(distdir)/tests/*~ TESTS = \ - rc4.t \ + rc4.t mpx-test.t \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.t') \ addsuffix(join(`hashes', `-', `hash_modes'), `.t') \ addsuffix(`ciphers', `.t') addsuffix(`hashes', `.t') @@ -179,6 +186,7 @@ TESTS = \ `define(`testprogs', testprogs \ $1.t)dnl $1.t: $1.c libcatacomb.la +CTESTRIG(mpx-test) adorn(`nl`'CTESTRIG(', `ciphers', `)') adorn(`nl`'CTESTRIG(', `hashes', `)') -- 2.11.0