Makefile.fpc.fpcmake 301 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Makefile.fpc for Free Pascal ImLib 1.x Packages
  3. #
  4. [package]
  5. name=gmp
  6. version=2.7.1
  7. [target]
  8. units=gmp
  9. exampledirs=examples
  10. [require]
  11. libc=y
  12. [compiler]
  13. includedir=src
  14. sourcedir=src
  15. [install]
  16. fpcpackage=y
  17. fpcsubdir=packages
  18. [default]
  19. fpcdir=../..
  20. [shared]
  21. build=n
  22. [rules]
  23. .NOTPARALLEL: