X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/53cbeae3058cdebd54bf9a6c18d9f46ee52f0595..f94b972d1c0389e4e9203cc9919ceaadbe655b61:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index bb976cc..21c6d34 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.81 2004/04/08 16:17:32 mdw Exp $ +## $Id$ ## ## Makefile for Catacomb ## @@ -161,8 +161,9 @@ pkginclude_HEADERS = \ tlsprf.h sslprf.h \ gfshare.h share.h \ rho.h \ - field.h ec.h ec-exp.h ec-test.h ectab.h ec-keys.h ec-raw.h \ - ptab.h group.h \ + field.h field-guts.h \ + ec.h ec-guts.h ec-exp.h ec-test.h ectab.h ec-keys.h ec-raw.h \ + ptab.h group.h group-guts.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ allwithsuffix(`hashes', `hash_modes', `.h') \ addsuffix(`cipher_modes', `-def.h') \ @@ -245,18 +246,29 @@ 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 cookie rspit factorial hashsum mkphrase catcrypt +noinst_LIBRARIES = libcatcrypt.a bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = \ genprimes mptypes serpent-check bittest mpdump \ + perftest \ addsuffix(`gen_tables', `-mktab') -LDADD = libcatacomb.la - -dsig_SOURCES = dsig.c getdate.y getdate.h -key_SOURCES = keyutil.c getdate.y getdate.h +LDADD = libcatacomb.la libcatcrypt.a + +libcatcrypt_a_SOURCES = \ + cc.h getdate.h \ + cc-sig.c cc-subcmd.c cc-enc.c cc-kem.c cc-list.c \ + getdate.y + +dsig_SOURCES = dsig.c +cookie_SOURCES = cookie.c +catcrypt_SOURCES = catcrypt.c +key_SOURCES = keyutil.c hashsum_SOURCES = hashsum.c rspit_SOURCES = rspit.c factorial_SOURCES = factorial.c +perftest_SOURCES = perftest.c pixie_SOURCES = pixie.c pixie-common.c lmem.c arena.c pixie_LDADD = mkphrase_SOURCES = mkphrase.c @@ -305,7 +317,7 @@ changequote(`, ') ## --- Documentation --- -man_MANS = key.1 hashsum.1 keyring.5 pixie.1 +man_MANS = key.1 dsig.1 cookie.1 catcrypt.1 hashsum.1 keyring.5 pixie.1 ## --- Other handy definitions ---