summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
blob: 21ec99390cbe1993bfaeac0a3cd8e0b78e5747c9 (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
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 \
	normal_form.h\
	normal_form.cpp \
	arith_utilities.h \
	arith_constants.h \
	delta_rational.h \
	delta_rational.cpp \
	partial_model.h \
	partial_model.cpp \
	ordered_bounds_list.h \
	arithvar_dense_set.h \
	tableau.h \
	tableau.cpp \
	arith_propagator.h \
	arith_propagator.cpp \
	theory_arith.h \
	theory_arith.cpp

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