Add simple public-key encryption program `catcrypt'.
[u/mdw/catacomb] / Makefile.m4
index 890dc8f..066ef52 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.80 2004/04/08 01:36:15 mdw Exp $
+## $Id: Makefile.m4,v 1.82 2004/04/17 09:58:36 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -199,6 +199,7 @@ define(`PGEN_SOURCES',
        keycheck.c keycheck-mp.c keycheck-report.c \
        bbs-rand.c bbs-gen.c bbs-jump.c bbs-fetch.c \
        rsa-priv.c rsa-pub.c rsa-gen.c rsa-recover.c rsa-fetch.c \
+       oaep.c pkcs1.c pss.c \
        dh-gen.c dh-limlee.c dh-check.c dh-fetch.c dh-param.c \
        dsarand.c dsa-sign.c dsa-verify.c dsa-gen.c dsa-check.c \
        gdsa.c gkcdsa.c \
@@ -212,7 +213,7 @@ libcatacomb_la_SOURCES = \
        lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \
        arena.c \
        passphrase.c pixie-client.c pixie-common.c lmem.c \
-       oaep.c pkcs1.c pss.c tlsprf.c sslprf.c \
+       tlsprf.c sslprf.c \
        gfshare.c \
        MP_SOURCES karatsuba.h \
        gciphertab.c ghashtab.c gmactab.c \
@@ -244,14 +245,15 @@ patsubst(MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o: \
 
 ## --- Utility programs ---
 
-bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase
+bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase catcrypt
 bin_SCRIPTS = catacomb-config xpixie
 noinst_PROGRAMS = \
        genprimes mptypes serpent-check bittest mpdump \
        addsuffix(`gen_tables', `-mktab')
 LDADD = libcatacomb.la
 
-dsig_SOURCES = dsig.c getdate.y getdate.h
+dsig_SOURCES = dsig.c cc.h cc-sig.c getdate.y getdate.h
+catcrypt_SOURCES = catcrypt.c cc.h cc-sig.c cc-kem.c cc-enc.c
 key_SOURCES = keyutil.c getdate.y getdate.h
 hashsum_SOURCES = hashsum.c
 rspit_SOURCES = rspit.c