summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/Makefile.am
blob: 316e2fbff773f877e8bb7cc137cf9d3f6bf1fcc0 (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 $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libquantifiers.la

libquantifiers_la_SOURCES = \
	theory_quantifiers_type_rules.h \
	theory_quantifiers.h \
	quantifiers_rewriter.h \
	quantifiers_rewriter.cpp \
	theory_quantifiers.cpp \
	theory_quantifiers_instantiator.h \
	theory_quantifiers_instantiator.cpp \
	instantiation_engine.h \
	instantiation_engine.cpp \
	model_engine.h \
	model_engine.cpp \
	relevant_domain.h \
	relevant_domain.cpp \
	rep_set_iterator.h \
	rep_set_iterator.cpp \
	term_database.h \
	term_database.cpp \
	first_order_model.h \
	first_order_model.cpp \
	model_builder.h \
	model_builder.cpp

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