summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
blob: f6f4ae07e627a09b33d7af07d95be9aa26ef5ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden

noinst_LTLIBRARIES = libtheory.la

libtheory_la_SOURCES = \
	theory_engine.h \
	theory_engine.cpp \
	theory.h \
	theory.cpp

libtheory_la_LIBADD = \
	@builddir@/bool/libbool.la
	@builddir@/uf/libuf.la
	@builddir@/uf/libarith.la

SUBDIRS = bool uf arith
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback