summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
blob: f6f8323be29dd053771f7678eac25b39ad987b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden

noinst_LTLIBRARIES = libutil.la

libutil_la_SOURCES = \
	Assert.h \
	Assert.cpp \
	Makefile.am \
	Makefile.in \
	debug.h \
	decision_engine.cpp \
	decision_engine.h \
	exception.h \
	model.h \
	options.h \
	output.cpp \
	output.h \
	result.h \
	unique_id.h \
	configuration.ha \
	rational.h \
	rational.cpp \
	integer.h \
	integer.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback