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

noinst_LTLIBRARIES = libsmtutil.la

libsmtutil_la_SOURCES = \
	Makefile.am \
	Makefile.in \
	boolean_simplification.cpp \
	boolean_simplification.h \
	command.cpp \
	command.h \
	dump.h \
	dump.cpp \
	lemma_input_channel.h \
	lemma_output_channel.h \
	ite_removal.cpp \
	ite_removal.h \
	model.cpp \
	model.h \
	nary_builder.cpp \
	nary_builder.h \
	node_visitor.h


EXTRA_DIST = \
	command.i

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