Makefile.fpc.fpcmake 275 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Makefile.fpc for GD Library interface
  3. #
  4. [package]
  5. name=libgd
  6. version=3.2.4-rc1
  7. [require]
  8. libc=y
  9. [target]
  10. units=gd
  11. exampledirs=examples
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [compiler]
  17. includedir=src
  18. sourcedir=src
  19. [shared]
  20. build=n
  21. [rules]
  22. .NOTPARALLEL: