poco/Crypto/Makefile

22 lines
436 B
Makefile
Raw Normal View History

2008-10-31 10:06:54 +01: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 18:56:28 +02:00
RSACipherImpl RSAKey RSAKeyImpl RSADigestEngine \
X509Certificate OpenSSLInitializer
2008-10-31 10:06:54 +01:00
target = PocoCrypto
target_version = $(LIBVERSION)
2009-06-16 18:56:28 +02:00
target_libs = PocoFoundation
2008-10-31 10:06:54 +01:00
include $(POCO_BASE)/build/rules/lib