poco/CppUnit/Makefile
2006-12-22 09:18:32 +00:00

19 lines
342 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/CppUnit/Makefile#10 $
#
# 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