summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
blob: 4eba7811ca7ae6b6c029c6380e006d8eb5523d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@/uf/libuf.la

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