Makefile.fpc.fpcmake 338 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for NumLib
  3. #
  4. [package]
  5. name=numlib
  6. version=3.3.1
  7. [target]
  8. # warning, tpnumlib is a library, not a unit.
  9. units=typ omv dsl mdt det eig eigh1 eigh2 int inv iom ipf ode roo sle spe spl numlib
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../..
  14. [compiler]
  15. includedir=src
  16. sourcedir=src tests examples
  17. [rules]
  18. .NOTPARALLEL: