summaryrefslogtreecommitdiff
path: root/src/smt_util/Makefile.am
blob: 46f6493a91bba6dc1eb7a8635bf1b45a313e05ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
	lemma_channels.cpp \
	lemma_channels.h \
	lemma_input_channel.h \
	lemma_output_channel.h \
	nary_builder.cpp \
	nary_builder.h \
	node_visitor.h

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