2010-07-12 15:16:31 +08:00
|
|
|
#----------------------------------------------------------------------------------------------------
|
|
|
|
|
# CppUnitLite
|
|
|
|
|
# replaced Makefile with automake for easy linking
|
|
|
|
|
#----------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
headers = TestHarness.h
|
|
|
|
|
sources = Failure.cpp SimpleString.cpp Test.cpp TestRegistry.cpp TestResult.cpp
|
|
|
|
|
headers += $(sources:.cpp=.h)
|
|
|
|
|
|
2010-08-20 01:23:19 +08:00
|
|
|
CppUnitLitedir = $(pkgincludedir)/CppUnitLite
|
|
|
|
|
CppUnitLite_HEADERS = $(headers)
|
2010-07-12 15:16:31 +08:00
|
|
|
noinst_LIBRARIES = libCppUnitLite.a
|
|
|
|
|
libCppUnitLite_a_SOURCES = $(sources)
|