Makefile.fpc.fpcmake 272 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for PNG Library interface
  3. #
  4. [package]
  5. name=libpng
  6. version=3.3.1
  7. [require]
  8. packages=zlib
  9. libc=y
  10. [target]
  11. units=png
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [compiler]
  17. includedir=src
  18. sourcedir=src tests
  19. [shared]
  20. build=n
  21. [rules]
  22. .NOTPARALLEL: