summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
blob: e40eac09962c98b98a5f8579548a4ca86ae2477e (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/.. -I@builddir@/..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libcontext.la

libcontext_la_SOURCES = \
	context.cpp \
	context.h \
	context_mm.cpp \
	context_mm.h \
	cdo.h \
	cdlist.h \
	cdlist_context_memory.h \
	cdlist_forward.h \
	cdqueue.h \
	cdtrail_queue.h \
	cdmap.h \
	cdmap_forward.h \
	cdset.h \
	cdset_forward.h \
	cdcirclist.h \
	cdcirclist_forward.h \
	cdvector.h \
	stacking_map.h \
	stacking_vector.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback