summaryrefslogtreecommitdiff
path: root/src/decision/Makefile.am
blob: 6d49c6301d942968ef086632d7f6ff61ce2ad3c0 (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 = libdecision.la

libdecision_la_SOURCES = \
	decision_mode.h \
	decision_mode.cpp \
	decision_engine.h \
	decision_engine.cpp \
	decision_strategy.h \
	justification_heuristic.h \
	justification_heuristic.cpp \
	relevancy.h \
	relevancy.cpp

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