summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile_insert
blob: 2a778e6601f5f9e686ca52e71a9d0c6ef78326a3 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## Makefile.am fragment sourced by src/Makefile.am.

util/all: util/libutil.a

util/clean:
	rm -f util/libutil.a $(util_libutil_a_OBJECTS)

util_libutil_a_SOURCES = \
	util/ziptool.h \
	util/ziptool.cpp	\
	util/accumulators.h	\
	util/compose.hpp	\
	util/copy.h \
	util/enums.h \
	util/ege-appear-time-tracker.cpp	\
	util/ege-appear-time-tracker.h	\
	util/ege-tags.h \
	util/ege-tags.cpp \
	util/expression-evaluator.h \
	util/expression-evaluator.cpp \
	util/filter-list.h \
	util/find-if-before.h \
	util/find-last-if.h \
	util/fixed_point.h \
	util/format.h	\
	util/forward-pointer-iterator.h \
	util/function.h \
	util/list.h \
	util/list-container.h \
	util/list-copy.h \
	util/longest-common-suffix.h \
	util/map-list.h \
	util/reference.h \
	util/reverse-list.h \
	util/share.h \
	util/share.cpp \
	util/signal-blocker.h \
	util/tuple.h \
	util/ucompose.hpp \
	util/units.cpp \
	util/units.h \
	util/unordered-containers.h

# ######################
# ### CxxTest stuff ####
# ######################

CXXTEST_TESTSUITES += \
	$(srcdir)/util/list-container-test.h