summaryrefslogtreecommitdiff
path: root/src/prop/minisat/Makefile.am
blob: f066f8669a8f514ac4f52ea4970f3be690abee8a (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
INCLUDES = -I@srcdir@/mtl -I@srcdir@/core -I@srcdir@/../../include
AM_CXXFLAGS = -Wall -fvisibility=hidden
AM_CPPFLAGS = -D__BUILDING_CVC4LIB

noinst_LTLIBRARIES = libminisat.la
libminisat_la_SOURCES = \
	core/Solver.C \
	core/Solver.h \
	core/SolverTypes.h \
	simp/SimpSolver.C \
	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 \
	core/Makefile \
	simp/Main.C \
	simp/Makefile \
	README \
	LICENSE \
	mtl/template.mk
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback