mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-11 03:21:26 +01:00
17 lines
224 B
Makefile
17 lines
224 B
Makefile
#
|
|
# Makefile.fpc for NumLib
|
|
#
|
|
|
|
[package]
|
|
name=numlib
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=typ omv dsl mdt det eig eigh1 eigh2 int inv iom ipf ode roo sle spe spl numlib tpnumlib
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|