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

noinst_LTLIBRARIES = libarith.la

libarith_la_SOURCES = \
	theory_arith_type_rules.h \
	arith_rewriter.h \
	arith_rewriter.cpp \
	arith_static_learner.h \
	arith_static_learner.cpp \
	arith_prop_manager.h \
	arith_prop_manager.cpp \
	arithvar_node_map.h \
	atom_database.h \
	atom_database.cpp \
	normal_form.h\
	normal_form.cpp \
	arith_utilities.h \
	delta_rational.h \
	delta_rational.cpp \
	partial_model.h \
	partial_model.cpp \
	ordered_set.h \
	arithvar_set.h \
	tableau.h \
	tableau.cpp \
	arith_priority_queue.h \
	arith_priority_queue.cpp \
	simplex.h \
	simplex.cpp \
	theory_arith.h \
	theory_arith.cpp

EXTRA_DIST = \
	kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback