Makefile.fpc 286 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for GGI Bindings
  3. #
  4. [package]
  5. name=ggi
  6. version=2.5.1
  7. [target]
  8. units=gii ggi ggi2d
  9. exampledirs=examples
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [compiler]
  17. includedir=src
  18. sourcedir=src tests examples
  19. [shared]
  20. build=n
  21. [rules]
  22. .NOTPARALLEL: