Makefile.fpc.fpcmake 237 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for ZLib (LibC version)
  3. #
  4. [package]
  5. name=zlib
  6. version=3.3.1
  7. [target]
  8. units=zlib
  9. [require]
  10. libc=y
  11. [install]
  12. fpcpackage=y
  13. [compiler]
  14. includedir=src
  15. sourcedir=src tests
  16. [default]
  17. fpcdir=../..
  18. [rules]
  19. .NOTPARALLEL: