summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-10 17:45:43 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-10 17:45:43 +0000
commit8b2d1d64b886db4cff74e2a7b1370841979001b2 (patch)
tree522c31719d0aff3bd0c9d42ed7eddf6ada3c4c12 /src/prop
parent2f121daa042c6f25a3f9ed8ece60ac5dccb11976 (diff)
cleanups, assert work, add a stubbed uf theory, fix driver
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/minisat/Makefile.am17
-rw-r--r--src/prop/minisat/Makefile.in17
2 files changed, 18 insertions, 16 deletions
diff --git a/src/prop/minisat/Makefile.am b/src/prop/minisat/Makefile.am
index cef9a4c1e..f066f8669 100644
--- a/src/prop/minisat/Makefile.am
+++ b/src/prop/minisat/Makefile.am
@@ -8,7 +8,15 @@ libminisat_la_SOURCES = \
core/Solver.h \
core/SolverTypes.h \
simp/SimpSolver.C \
- simp/SimpSolver.h
+ simp/SimpSolver.h \
+ mtl/Alg.h \
+ mtl/BasicHeap.h \
+ mtl/BoxedVec.h \
+ mtl/Heap.h \
+ mtl/Map.h \
+ mtl/Queue.h \
+ mtl/Sort.h \
+ mtl/Vec.h
EXTRA_DIST = \
core/Main.C \
@@ -17,11 +25,4 @@ EXTRA_DIST = \
simp/Makefile \
README \
LICENSE \
- mtl/Heap.h \
- mtl/Map.h \
- mtl/Queue.h \
- mtl/Alg.h \
- mtl/Sort.h \
- mtl/BasicHeap.h \
- mtl/BoxedVec.h \
mtl/template.mk
diff --git a/src/prop/minisat/Makefile.in b/src/prop/minisat/Makefile.in
index 646389c80..e77369348 100644
--- a/src/prop/minisat/Makefile.in
+++ b/src/prop/minisat/Makefile.in
@@ -224,7 +224,15 @@ libminisat_la_SOURCES = \
core/Solver.h \
core/SolverTypes.h \
simp/SimpSolver.C \
- simp/SimpSolver.h
+ simp/SimpSolver.h \
+ mtl/Alg.h \
+ mtl/BasicHeap.h \
+ mtl/BoxedVec.h \
+ mtl/Heap.h \
+ mtl/Map.h \
+ mtl/Queue.h \
+ mtl/Sort.h \
+ mtl/Vec.h
EXTRA_DIST = \
core/Main.C \
@@ -233,13 +241,6 @@ EXTRA_DIST = \
simp/Makefile \
README \
LICENSE \
- mtl/Heap.h \
- mtl/Map.h \
- mtl/Queue.h \
- mtl/Alg.h \
- mtl/Sort.h \
- mtl/BasicHeap.h \
- mtl/BoxedVec.h \
mtl/template.mk
all: all-am
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback