Fast estimation of number representation lengths.
[u/mdw/catacomb] / Makefile.m4
index 19c6eba..0f2e3c3 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.56 2001/06/16 13:01:10 mdw Exp $
+## $Id: Makefile.m4,v 1.57 2002/10/15 22:58:29 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.57  2002/10/15 22:58:29  mdw
+## Fast estimation of number representation lengths.
+##
 ## Revision 1.56  2001/06/16 13:01:10  mdw
 ## New source files and tests.
 ##
@@ -317,6 +320,7 @@ define(`MP_SOURCES',
        mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \
        mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c \
        mpint.c mptext.c mptext-file.c mptext-string.c mptext-dstr.c \
+       mptext-len.c \
        exp.c mpcrt.c mpmul.c mprand.c \
        mpbarrett.c mpbarrett-mexp.c mpbarrett-exp.h \
        mpmont.c mpmont-mexp.c mpmont-exp.h \