Generate, store and retreive elliptic curve keys.
[u/mdw/catacomb] / Makefile.m4
index ea3daa5..c6885f1 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.72 2004/03/27 17:55:11 mdw Exp $
+## $Id: Makefile.m4,v 1.74 2004/03/28 01:58:47 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.74  2004/03/28 01:58:47  mdw
+## Generate, store and retreive elliptic curve keys.
+##
+## Revision 1.73  2004/03/27 18:38:00  mdw
+## Fix distribution.
+##
 ## Revision 1.72  2004/03/27 17:55:11  mdw
 ## Run ec-info test.
 ##
@@ -368,7 +374,7 @@ pkginclude_HEADERS = \
        oaep.h pkcs1.h pss.h tlsprf.h sslprf.h \
        gfshare.h share.h \
        rho.h \
-       field.h ec.h ec-exp.h ec-test.h \
+       field.h ec.h ec-exp.h ec-test.h ectab.h ec-keys.h \
        allwithsuffix(`ciphers', `cipher_modes', `.h') \
        allwithsuffix(`hashes', `hash_modes', `.h') \
        addsuffix(`cipher_modes', `-def.h') \
@@ -393,7 +399,8 @@ define(`GF_SOURCES',
 
 define(`EC_SOURCES',
        `field.c field-parse.c f-prime.c f-niceprime.c f-binpoly.c \
-       ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c')
+       ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c \
+       ec-fetch.c')
 
 define(`PGEN_SOURCES',
        `pfilt.c rabin.c \
@@ -510,7 +517,7 @@ man_MANS = key.1 hashsum.1 keyring.5 pixie.1
 ## --- Other handy definitions ---
 
 EXTRA_DIST = \
-       Makefile.m4 genmodes $(man_MANS) xpixie \
+       Makefile.m4 genmodes $(man_MANS) ectab.in xpixie ec-gentab.sh \
        README.cipher README.hash README.random README.mp \
        debian/rules debian/copyright debian/control debian/changelog \
        debian/catacomb-bin.postinst debian/catacomb-bin.config \
@@ -593,7 +600,7 @@ TESTS = serpent-check bittest testprogs
 
 CLEANFILES = \
        *.t *.to \
-       mptypes.h primetab.c primetab.h \
+       mptypes.h primetab.c primetab.h ectab.c \
        addsuffix(`gen_tables', `-tab.h')
 
 ## --- Makefile building (haha!) ---