Remove vestiges of @primorial@.
[u/mdw/catacomb] / Makefile.m4
index c51d03f..f623a70 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.41 2000/08/15 21:46:20 mdw Exp $
+## $Id: Makefile.m4,v 1.42 2000/10/08 12:16:06 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.42  2000/10/08 12:16:06  mdw
+## Remove vestiges of @primorial@.
+##
 ## Revision 1.41  2000/08/15 21:46:20  mdw
 ## Set up the dependencies on primetab.[ch] and mptypes.h properly.
 ## There's some m4 hacking, but it's worth it not to have to recompile all
@@ -251,7 +254,7 @@ pkginclude_HEADERS = \
        key.h key-data.h passphrase.h pixie.h lmem.h \
        mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \
        mpbarrett.h mpmont.h mpcrt.h mprand.h mpmul.h \
-       primetab.h pfilt.h primorial.h rabin.h \
+       primetab.h pfilt.h rabin.h \
        pgen.h prim.h strongprime.h limlee.h \
        bbs.h rsa.h dh.h dsarand.h dsa.h \
        oaep.h pkcs1.h pss.h \
@@ -272,7 +275,7 @@ define(`MP_SOURCES',
        PGEN_SOURCES')
 
 define(`PGEN_SOURCES',
-       `pfilt.c rabin.c primorial.c \
+       `pfilt.c rabin.c \
        pgen.c pgen-stdev.c pgen-safe.c pgen-gcd.c prim.c strongprime.c \
        limlee.c \
        bbs-rand.c bbs-gen.c bbs-jump.c bbs-fetch.c \
@@ -452,6 +455,8 @@ CLEANFILES = \
 $(srcdir)/Makefile.am: $(srcdir)/Makefile.m4
        m4 $(srcdir)/Makefile.m4 >$(srcdir)/Makefile.am
 
+DISTCLEANFILES = libtool
+
 MAINTAINERCLEANFILES = \
        $(srcdir)/Makefile.am \
        $(srcdir)/getdate.c getdate.c \