Makefile 845 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco NetSSL_OpenSSL
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. SYSLIBS += -lssl -lcrypto
  8. objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
  9. CertificateHandlerFactory CertificateHandlerFactoryMgr \
  10. Context HTTPSClientSession HTTPSStreamFactory HTTPSSessionInstantiator \
  11. InvalidCertificateHandler KeyConsoleHandler \
  12. KeyFileHandler PrivateKeyFactory PrivateKeyFactoryMgr \
  13. PrivateKeyPassphraseHandler SecureServerSocket SecureServerSocketImpl \
  14. SecureSocketImpl SecureStreamSocket SecureStreamSocketImpl \
  15. SSLException SSLManager Utility VerificationErrorArgs \
  16. X509Certificate Session SecureSMTPClientSession
  17. target = PocoNetSSL
  18. target_version = $(LIBVERSION)
  19. target_libs = PocoNet PocoCrypto PocoUtil PocoFoundation
  20. include $(POCO_BASE)/build/rules/lib