summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/Makefile.am
blob: de74e44f87da66f191c8dd3393c5c0577808c23d (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@/../.. -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

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