aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 18 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f477613..c7e7752 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,24 @@ COMPCERTRECDIRS := lib common verilog backend cfrontend driver cparser
COQINCLUDES := -R src vericert \
$(foreach d, $(COMPCERTRECDIRS), -R lib/CompCert/$(d) compcert.$(d)) \
-R lib/CompCert/flocq Flocq \
- -R lib/CompCert/MenhirLib MenhirLib
+ -R lib/CompCert/MenhirLib MenhirLib \
+ -R src TVSMT \
+ -R lib/cohpred/lib/smtcoq/src SMTCoq \
+ -I lib/smtcoq/src \
+ -I lib/smtcoq/src/bva \
+ -I lib/smtcoq/src/classes \
+ -I lib/smtcoq/src/array \
+ -I lib/smtcoq/src/cnf \
+ -I lib/smtcoq/src/euf \
+ -I lib/smtcoq/src/lfsc \
+ -I lib/smtcoq/src/lia \
+ -I lib/smtcoq/src/smtlib2 \
+ -I lib/smtcoq/src/trace \
+ -I lib/smtcoq/src/verit \
+ -I lib/smtcoq/src/zchaff \
+ -I lib/smtcoq/src/PArray \
+ -I lib/smtcoq/src/../3rdparty/alt-ergo
+
COQEXEC := $(COQBIN)coqtop $(COQINCLUDES) -batch -load-vernac-source
COQMAKE := $(COQBIN)coq_makefile