]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/export_Rocq_CHECKER/Makefile
Initial
[helm.git] / helm / EXPORT / export_Rocq_CHECKER / Makefile
diff --git a/helm/EXPORT/export_Rocq_CHECKER/Makefile b/helm/EXPORT/export_Rocq_CHECKER/Makefile
new file mode 100644 (file)
index 0000000..76fe930
--- /dev/null
@@ -0,0 +1,11 @@
+all: objects theories
+
+objects:
+       coqc -R CHECKER Rocq.CHECKER CHECKER/Functions.v CHECKER/Checker.v
+       echo "Load Verbose prova_Rocq_CHECKER." | coqtop.byte -R CHECKER Rocq.CHECKER
+
+theories:
+       ./exporttheories.sh
+
+clean:
+       rm -f *.vo CHECKER/*.vo