Makefile.fpc.fpcmake 231 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile.fpc for OpenSSL bindings
  3. #
  4. [package]
  5. name=openssl
  6. version=3.3.1
  7. [target]
  8. units=openssl
  9. [install]
  10. fpcpackage=y
  11. [default]
  12. fpcdir=../..
  13. [compiler]
  14. includedir=src
  15. sourcedir=src tests examples
  16. [rules]
  17. .NOTPARALLEL: