poco/CppUnit/Makefile
Guenter Obiltschnig f476bd6b32 initial import
2006-07-11 16:33:40 +00:00

19 lines
360 B
Makefile

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