poco/CppUnit/Makefile

19 lines
340 B
Makefile
Raw Normal View History

2006-10-23 15:42:49 +00:00
#
# Makefile
#
2006-12-22 09:39:06 +00:00
# $Id: //poco/1.3/CppUnit/Makefile#1 $
2006-10-23 15:42:49 +00:00
#
# Makefile for Poco CppUnit
#
include $(POCO_BASE)/build/rules/global
objects = CppUnitException TestDecorator TestResult TestSuite \
TestCase TestFailure TestRunner TextTestResult
target = CppUnit
target_version = 1
target_libs =
include $(POCO_BASE)/build/rules/lib