summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile_insert
blob: d2f0055315e0155baa22d2b1bbf2f574a6f62039 (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
## Makefile.am fragment sourced by src/Makefile.am.

ink_common_sources += \
	util/accumulators.h	\
	util/compose.hpp	\
	util/copy.h \
	util/enums.h \
	util/ege-tags.h \
	util/ege-tags.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/glib-list-iterators.h \
	util/list.h \
	util/list-container.h \
	util/list-copy.h \
	util/longest-common-suffix.h \
	util/map-list.h \
	util/mathfns.h \
	util/reference.h \
	util/reverse-list.h \
	util/share.h \
	util/share.cpp \
	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