Menu

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

Download this file

34 lines (23 with data), 509 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
#
# $Id: Makefile.am,v 1.1.1.1 2000-10-05 18:37:28 e-s Exp $
#
cppunitdir=$(includedir)/cppunit
lib_LTLIBRARIES = libcppunit.la
libcppunit_la_SOURCES = \
TestCase.cpp \
TestSuite.cpp \
TestResult.cpp \
TestFailure.cpp \
TestRegistry.cpp
cppunit_HEADERS = \
Test.h \
TestCase.h \
TestSuite.h \
TestResult.h \
TestFailure.h \
TestRegistry.h \
TestCaller.h \
Exception.h
libcppunit_la_LDFLAGS= \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
MongoDB Logo MongoDB