diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:51:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:51:58 (GMT) |
commit | b5c43fbc876f3a372f5d83509d70f648ae9d6b88 (patch) | |
tree | 90a0ce4df4ed3e6506fd6f8f12b113dee8cb81fc /libtommath/makefile | |
parent | 3bb9dc0307966417a84b0a63e2e7323a5da6bdbd (diff) | |
download | tcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.zip tcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.tar.gz tcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.tar.bz2 |
Import of libtommath 0.40
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..9f69678 100644 --- a/libtommath/makefile +++ b/libtommath/makefile @@ -3,7 +3,7 @@ #Tom St Denis #version of library -VERSION=0.39 +VERSION=0.40 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. |