summaryrefslogtreecommitdiff
path: root/packages/numlib/Makefile.fpc.fpcmake
blob: 1f6ff2abaf2e25e15cdd707c2465751e13a92a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
#   Makefile.fpc for NumLib
#

[package]
name=numlib
version=3.2.0-beta

[target]
# warning, tpnumlib is a library, not a unit.
units=typ omv dsl mdt det eig eigh1 eigh2 int inv iom ipf ode roo sle spe spl numlib 

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests examples

[rules]
.NOTPARALLEL: