Makefile.fpc 299 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for PasZLib
  3. #
  4. [package]
  5. name=paszlib
  6. version=2.0.0
  7. [require]
  8. packages=hash
  9. [target]
  10. units=paszlib adler gzio infblock infcodes inffast inftrees infutil trees zcompres zdeflate zinflate zbase zuncompr
  11. examples=example minigzip
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..