Makefile.fpc.fpcmake 284 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for MD5 checksum.
  3. #
  4. [package]
  5. name=hash
  6. version=3.3.1
  7. [require]
  8. packages=rtl-objpas
  9. [target]
  10. units=md5 crc ntlm sha1 uuid
  11. units_linux=unixcrypt
  12. exampledirs=examples
  13. [install]
  14. fpcpackage=y
  15. [compiler]
  16. sourcedir=src
  17. [default]
  18. fpcdir=../..
  19. [rules]
  20. .NOTPARALLEL: