summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
blob: 1446412ce769972f93e6ed73ab0c7d70e652fc4e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libutil.la

libutil_la_SOURCES = \
	Assert.h \
	Assert.cpp \
	Makefile.am \
	Makefile.in \
	congruence_closure.h \
	debug.h \
	decision_engine.cpp \
	decision_engine.h \
	exception.h \
	hash.h \
	model.h \
	options.h \
	output.cpp \
	output.h \
	result.h \
	unique_id.h \
	configuration.h \
	configuration.cpp \
	rational.h \
	integer.h \
	rational_cln_imp.h \
	integer_cln_imp.h \
	rational_cln_imp.cpp \
	integer_cln_imp.cpp \
	rational_gmp_imp.h \
	integer_gmp_imp.h \
	rational_gmp_imp.cpp \
	integer_gmp_imp.cpp \
	bitvector.h \
	bitvector.cpp \
	gmp_util.h \
	sexpr.h \
	stats.h \
	stats.cpp \
	triple.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback