Makefile.fpc.fpcmake 284 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Makefile.fpc for Forms Bindings
  3. #
  4. [package]
  5. name=fftw
  6. version=3.3.1
  7. [target]
  8. units=fftw_s
  9. programs=
  10. exampledirs=
  11. [require]
  12. packages=
  13. libc=
  14. [install]
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../..
  18. [compiler]
  19. includedir=src
  20. sourcedir=src tests
  21. [shared]
  22. build=n
  23. [rules]
  24. .NOTPARALLEL: