poco/JSON/testsuite/Makefile

22 lines
341 B
Makefile
Raw Normal View History

2012-05-09 21:46:51 +02:00
#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON testsuite
#
include $(POCO_BASE)/build/rules/global
2012-05-15 04:04:24 +02:00
objects = Driver JSONTest JSONTestSuite
2012-05-09 21:46:51 +02:00
target = testrunner
target_version = 1
target_libs = PocoJSON PocoFoundation CppUnit
2012-05-09 21:46:51 +02:00
include $(POCO_BASE)/build/rules/exec
2013-01-05 07:04:09 +01:00
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre -lexpat
endif