aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-14 16:08:58 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-14 16:08:58 +0100
commit450bda69837b02c20d2fb391bbe7827d1becaac4 (patch)
tree716c6d909fd18df3335080a0e00b4c79256c87ba /Makefile
parent8486b4c046914b1388b68fe906fe267108f84267 (diff)
downloadvericert-450bda69837b02c20d2fb391bbe7827d1becaac4.tar.gz
vericert-450bda69837b02c20d2fb391bbe7827d1becaac4.zip
Change name to Vericert
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1303b13..518d4c9 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ endif
COMPCERTRECDIRS := lib common x86_32 x86 backend cfrontend driver flocq exportclight \
MenhirLib cparser
-COQINCLUDES := -R src/common coqup.common -R src/verilog coqup.verilog \
- -R src/extraction coqup.extraction -R src/translation coqup.translation \
- -R src coqup \
+COQINCLUDES := -R src/common vericert.common -R src/verilog vericert.verilog \
+ -R src/extraction vericert.extraction -R src/translation vericert.translation \
+ -R src vericert \
$(foreach d, $(COMPCERTRECDIRS), -R lib/CompCert/$(d) compcert.$(d))
COQEXEC := $(COQBIN)coqtop $(COQINCLUDES) -batch -load-vernac-source
@@ -35,7 +35,7 @@ lib/COMPCERTSTAMP:
install:
install -d $(PREFIX)/bin
install -C _build/default/driver/compcert.ini $(PREFIX)/bin/.
- install -C _build/default/driver/CoqupDriver.exe $(PREFIX)/bin/coqup
+ install -C _build/default/driver/VericertDriver.exe $(PREFIX)/bin/vericert
proof: Makefile.coq
$(MAKE) -f Makefile.coq
@@ -47,9 +47,9 @@ test:
./test/test_all.sh ./test
compile: src/extraction/STAMP
- @echo "OCaml bin/coqup"
+ @echo "OCaml bin/vericert"
@mkdir -p bin
- @dune build driver/CoqupDriver.exe
+ @dune build driver/VericertDriver.exe
@cp lib/CompCert/compcert.ini _build/default/driver/.
src/extraction/STAMP: