summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-11-09 21:57:06 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-11-09 21:57:06 +0000
commitdf5f7fe03fda041429548bcb39abb8916ca2e291 (patch)
tree46b08f3e35ee9c3d4c551d82f3e7e36582383f39 /src/util/Makefile.am
parent1f07775e9205b3f9e172a1ad218a9015b7265b58 (diff)
Lemmas on demand work, push-pop, some cleanup.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index af3457550..837837cd6 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -12,8 +12,6 @@ libutil_la_SOURCES = \
Makefile.in \
congruence_closure.h \
debug.h \
- decision_engine.cpp \
- decision_engine.h \
exception.h \
hash.h \
bool.h \
@@ -29,7 +27,6 @@ libutil_la_SOURCES = \
rational.h \
integer.h \
bitvector.h \
- bitvector.cpp \
gmp_util.h \
sexpr.h \
stats.h \
@@ -44,12 +41,10 @@ BUILT_SOURCES = \
if CVC4_CLN_IMP
libutil_la_SOURCES += \
- integer_cln_imp.cpp \
rational_cln_imp.cpp
endif
if CVC4_GMP_IMP
libutil_la_SOURCES += \
- integer_gmp_imp.cpp \
rational_gmp_imp.cpp
endif
@@ -57,11 +52,9 @@ EXTRA_DIST = \
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 \
rational.h.in \
integer.h.in \
tls.h.in
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback