blob: 6f0916d1d31d342d06ef803054c1c264bf2648e9 (
plain)
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
|
SUBDIRS = extensions
DISTCLEANFILES = config-auto.h
libcppunitincludedir = $(includedir)/cppunit
libcppunitinclude_HEADERS = \
config-auto.h \
config-msvc6.h \
config-bcb5.h \
Asserter.h \
CompilerOutputter.h \
Exception.h \
NotEqualException.h \
Portability.h \
SourceLine.h \
Test.h \
TestAssert.h \
TestCase.h \
TestCaller.h \
TestFailure.h \
TestResult.h \
TestRegistry.h \
TestSuite.h \
TextTestResult.h \
TextTestRunner.h \
TestListener.h \
XmlOutputter.h
dist-hook:
rm -f $(distdir)/config-auto.h
|