poco/Crypto/testsuite/Makefile

21 lines
387 B
Makefile
Raw Normal View History

2008-10-31 09:06:54 +00:00
#
# Makefile
#
2009-06-16 16:56:28 +00:00
# $Id: //poco/Main/Crypto/testsuite/Makefile#2 $
2008-10-31 09:06:54 +00:00
#
# Makefile for Poco Crypto testsuite
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -lssl -lcrypto
2008-10-31 09:06:54 +00:00
objects = CryptoTestSuite Driver \
CryptoTest RSATest
target = testrunner
target_version = 1
target_libs = PocoCrypto PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec