summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
blob: 0428bf84e1fde04e15fa40024a099ef7ba646f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../include -I@srcdir@/../..
AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libarith.la

libarith_la_SOURCES = \
	theory_arith.h \
	theory_arith.cpp \
	theory_arith_type_rules.h \
	arith_rewriter.h \
	arith_rewriter.cpp \
	arith_utilities.h \
	arith_constants.h \
	basic.h \
	normal.h \
	slack.h \
	tableau.h

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