summaryrefslogtreecommitdiff
path: root/src/theory/example/Makefile.am
blob: 801a048a82cd428238c13015d722423a6c5644e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libexample.la

libexample_la_SOURCES = \
	ecdata.h \
	ecdata.cpp \
	theory_uf_tim.h \
	theory_uf_tim.cpp

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