mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
copied Crypto from sandbox to trunk
This commit is contained in:
20
Crypto/Makefile
Normal file
20
Crypto/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile for Poco Crypto
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
|
||||
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl CryptoStream CryptoTransform \
|
||||
RSACipherImpl RSAKey RSAKeyImpl RSADigestEngine
|
||||
|
||||
target = PocoCrypto
|
||||
target_version = $(LIBVERSION)
|
||||
target_libs = PocoNetSSL PocoNet PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/lib
|
||||
Reference in New Issue
Block a user