Makefile.fpc.fpcmake 279 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for BZip2 library
  3. #
  4. [package]
  5. name=bzip2
  6. version=3.3.1
  7. [target]
  8. units=bzip2comn bzip2 bzip2stream
  9. [require]
  10. package=rtl
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../..
  15. [compiler]
  16. includedir=src
  17. sourcedir=src tests
  18. [shared]
  19. build=n
  20. [rules]
  21. .NOTPARALLEL: