poco/CppUnit/Makefile

19 lines
348 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/1.4/PocoCppUnit/Makefile#1 $
2012-04-29 20:52:25 +02:00
#
# Makefile for Poco CppUnit
#
include $(POCO_BASE)/build/rules/global
objects = CppUnitException TestDecorator TestResult TestSuite \
TestCase TestFailure TestRunner TextTestResult
target = PocoCppUnit
2012-04-29 20:52:25 +02:00
target_version = 1
target_libs =
include $(POCO_BASE)/build/rules/lib