|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/01/10]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/01/11]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-sunos i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-sunos x86_64-linux x86_64-freebsd arm-linux
|
|
@@ -114,8 +114,11 @@ override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
|
|
|
override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
|
|
|
FOUNDFPC:=$(strip $(wildcard $(FPC)))
|
|
|
ifeq ($(FOUNDFPC),)
|
|
|
+FOUNDFPC=$(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))
|
|
|
+ifeq ($(FOUNDFPC),)
|
|
|
$(error Compiler $(FPC) not found)
|
|
|
endif
|
|
|
+endif
|
|
|
ifndef FPC_COMPILERINFO
|
|
|
FPC_COMPILERINFO:=$(shell $(FPC) -iVSPTPSOTO)
|
|
|
endif
|
|
@@ -228,7 +231,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
|
|
endif
|
|
|
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
|
|
override PACKAGE_NAME=numlib
|
|
|
-override PACKAGE_VERSION=1.9.6
|
|
|
+override PACKAGE_VERSION=1.9.7
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override TARGET_UNITS+=typ omv dsl mdt det eig eigh1 eigh2 int inv iom ipf ode roo sle spe spl numlib tpnumlib
|
|
|
endif
|