diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-14 14:23:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-14 14:23:22 (GMT) |
commit | af01fe0b35a0b2afccffd2b93104778f54eb3f5b (patch) | |
tree | 36b3156067a6b9a0dc5de12048675aa0b7802bc9 /libtommath/makefile | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.zip tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.gz tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.bz2 |
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0
libtommath_merge_0_42_0
from 0.39.
Diffstat (limited to 'libtommath/makefile')
-rw-r--r-- | libtommath/makefile | 7 |
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. |