X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/aacf9080e9b71193dc87095108366a85a62334e3..50bea2afb9ce9099b4c9e45f4f633821143aacc6:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 19c6eba..0f2e3c3 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -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 \