poco/CppUnit/Makefile

19 lines
342 B
Makefile
Raw Normal View History

2006-10-23 17:42:49 +02:00
#
# Makefile
#
2007-02-23 15:50:42 +01:00
# $Id: //poco/Main/CppUnit/Makefile#10 $
2006-10-23 17:42:49 +02: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