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

noinst_LTLIBRARIES = libtheory.la

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

libtheory_la_LIBADD = \
	@builddir@/uf/libuf.la

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