summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-14 14:25:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-14 14:25:44 (GMT)
commit7c4555bb7401b07d3ead13d62358fec50f6e6615 (patch)
tree2022381dbccf7af9e44c39176e7a3893e0e7208d /libtommath/makefile
parent9c2e378362223c670fe77827649dbdca520715c8 (diff)
parentaf01fe0b35a0b2afccffd2b93104778f54eb3f5b (diff)
downloadtcl-7c4555bb7401b07d3ead13d62358fec50f6e6615.zip
tcl-7c4555bb7401b07d3ead13d62358fec50f6e6615.tar.gz
tcl-7c4555bb7401b07d3ead13d62358fec50f6e6615.tar.bz2
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39.
Diffstat (limited to 'libtommath/makefile')
-rw-r--r--libtommath/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libtommath/makefile b/libtommath/makefile
index e08a888..70de306 100644
--- a/libtommath/makefile
+++ b/libtommath/makefile
@@ -3,7 +3,7 @@
#Tom St Denis
#version of library
-VERSION=0.39
+VERSION=0.42.0
CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare
@@ -40,12 +40,13 @@ else
USER=$(INSTALL_USER)
endif
-default: libtommath.a
-
#default files to install
ifndef LIBNAME
LIBNAME=libtommath.a
endif
+
+default: ${LIBNAME}
+
HEADERS=tommath.h tommath_class.h tommath_superclass.h
#LIBPATH-The directory for libtommath to be installed to.