Makefile.fpc 253 B

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