poco/Crypto/Makefile

22 lines
436 B
Makefile
Raw Normal View History

2008-10-31 09:06:54 +00:00
#
# Makefile
#
# $Id$
#
# Makefile for Poco Crypto
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -lssl -lcrypto
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl CryptoStream CryptoTransform \
2009-06-16 16:56:28 +00:00
RSACipherImpl RSAKey RSAKeyImpl RSADigestEngine \
X509Certificate OpenSSLInitializer
2008-10-31 09:06:54 +00:00
target = PocoCrypto
target_version = $(LIBVERSION)
2009-06-16 16:56:28 +00:00
target_libs = PocoFoundation
2008-10-31 09:06:54 +00:00
include $(POCO_BASE)/build/rules/lib