mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
update build system
This commit is contained in:
parent
d7caa719f7
commit
061369b392
5 changed files with 28 additions and 9 deletions
12
META
12
META
|
|
@ -1,6 +1,8 @@
|
|||
name="aez"
|
||||
version="0.3"
|
||||
description="Alt-Ergo Zero is an OCaml library for an SMT solver."
|
||||
name="msat"
|
||||
version="dev"
|
||||
description="MSAT is a modular SAT solver, plus extensions"
|
||||
requires="num unix"
|
||||
archive(byte) = "aez.cma"
|
||||
archive(native) = "aez.cmxa"
|
||||
archive(byte) = "msat.cma"
|
||||
archive(native) = "msat.cmxa"
|
||||
archive(native) = "msat.cmxa"
|
||||
archive(native, plugin) = "msat.cmxs"
|
||||
|
|
|
|||
5
Makefile
5
Makefile
|
|
@ -1,12 +1,11 @@
|
|||
# copyright (c) 2014, guillaume bury
|
||||
|
||||
LOG=build.log
|
||||
COMP=ocamlbuild -log $(LOG)
|
||||
OCAMLFIND= -use-ocamlfind -tag package\(zarith\)
|
||||
COMP=ocamlbuild -log $(LOG) -use-ocamlfind -package zarith,unix -classic-display
|
||||
FLAGS=
|
||||
DIRS=-Is smt,common
|
||||
DOC=lib.docdir/index.html
|
||||
LIB=sat.cma
|
||||
LIB=msat.cma msat.cmxa msat.cmxs
|
||||
GENERATED=$(MAIN) $(BIN) gmon.out
|
||||
|
||||
all:$(LIB)
|
||||
|
|
|
|||
18
msat.mlpack
Normal file
18
msat.mlpack
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Arith
|
||||
Cc
|
||||
Combine
|
||||
Exception
|
||||
Explanation
|
||||
Fm
|
||||
Intervals
|
||||
Literal
|
||||
Polynome
|
||||
Smt
|
||||
Solver
|
||||
Solver_types
|
||||
Sum
|
||||
Symbols
|
||||
Term
|
||||
Ty
|
||||
Uf
|
||||
Use
|
||||
|
|
@ -1 +0,0 @@
|
|||
Smt
|
||||
1
smt/_tags
Normal file
1
smt/_tags
Normal file
|
|
@ -0,0 +1 @@
|
|||
<*.ml*>: for-pack(Msat)
|
||||
Loading…
Add table
Reference in a new issue