X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/986527ae4af14be68551d0b49a1145bb3e89f259..3688eb757240b2332f67ec827be8caf6f6abe924:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index de3f154..9753dc3 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -113,6 +113,10 @@ ptab.c: ptab.in p-gentab.awk mpdump $(srcdir)/p-gentab.awk <$(srcdir)/ptab.in >ptab.c.new mv ptab.c.new ptab.c +bintab.c: bintab.in bin-gentab.awk mpdump + $(srcdir)/bin-gentab.awk <$(srcdir)/bintab.in >bintab.c.new + mv bintab.c.new bintab.c + gciphertab.c: gengctab $(srcdir)/gengctab gccipher gcipher >gciphertab.c.new \ "lit(join(`ciphers', `-', `cipher_modes')) \ @@ -179,9 +183,10 @@ define(`MP_SOURCES', mpbarrett.c mpbarrett-exp.c mpbarrett-mexp.c mpbarrett-exp.h \ mpmont.c mpmont-exp.c mpmont-mexp.c mpmont-exp.h \ mpreduce.c mpreduce-exp.h \ - group-stdops.c group-exp.c group-exp.h g-prime.c group-parse.c \ + group-stdops.c group-exp.c group-exp.h g-prime.c g-bin.c \ + group-parse.c \ group-string.c group-file.c group-dstr.c \ - rho.c buf.c ptab.c \ + rho.c buf.c ptab.c bintab.c \ GF_SOURCES PGEN_SOURCES EC_SOURCES') define(`GF_SOURCES', @@ -325,7 +330,7 @@ man_MANS = key.1 dsig.1 cookie.1 catcrypt.1 hashsum.1 keyring.5 pixie.1 EXTRA_DIST = \ Makefile.m4 genmodes gengctab $(man_MANS) xpixie \ group-test.c rsa-test.c \ - ectab.in ec-gentab.awk ptab.in p-gentab.awk \ + ectab.in ec-gentab.awk ptab.in p-gentab.awk bin-gentab.awk \ README.cipher README.hash README.random README.mp \ debian/rules debian/copyright debian/control debian/changelog \ debian/catacomb-bin.postinst debian/catacomb-bin.config \