Menu

[r216]: / trunk / cppunit / src / cppunit / Makefile.am  Maximize  Restore  History

Download this file

41 lines (32 with data), 824 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# $Id: Makefile.am,v 1.16 2002-03-03 11:57:26 blep Exp $
#
EXTRA_DIST = cppunit.dsw cppunit.dsp
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
lib_LTLIBRARIES = libcppunit.la
libcppunit_la_SOURCES = \
Asserter.cpp \
CompilerOutputter.cpp \
Exception.cpp \
NotEqualException.cpp \
RepeatedTest.cpp \
SourceLine.cpp \
SynchronizedObject.cpp \
TestAssert.cpp \
TestCase.cpp \
TestFactoryRegistry.cpp \
TestFailure.cpp \
TestResult.cpp \
TestRegistry.cpp \
TestResultCollector.cpp \
TestSucessListener.cpp \
TestSuite.cpp \
TextOutputter.cpp \
TextTestProgressListener.cpp \
TextTestResult.cpp \
TextTestRunner.cpp \
TypeInfoHelper.cpp \
XmlOutputter.cpp
libcppunit_la_LDFLAGS= \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
MongoDB Logo MongoDB