summaryrefslogtreecommitdiff
path: root/tests/coq/array/Makefile
diff options
context:
space:
mode:
authorSon Ho2023-08-04 22:33:05 +0200
committerSon Ho2023-08-04 22:33:05 +0200
commit60db3c210aeaf66a4fe312544c6e5d4662681de7 (patch)
tree7ecc73ed9a8406db05f3723511a6772c48e4d96f /tests/coq/array/Makefile
parent5e38184af1b99a307271f738329cd96cb364fc1d (diff)
Generate the array test files for Coq and F*
Diffstat (limited to 'tests/coq/array/Makefile')
-rw-r--r--tests/coq/array/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/coq/array/Makefile b/tests/coq/array/Makefile
new file mode 100644
index 00000000..1a5aee4a
--- /dev/null
+++ b/tests/coq/array/Makefile
@@ -0,0 +1,23 @@
+# This file was automatically generated - modify ../Makefile.template instead
+# Makefile originally taken from coq-club
+
+%: Makefile.coq phony
+ +make -f Makefile.coq $@
+
+all: Makefile.coq
+ +make -f Makefile.coq all
+
+clean: Makefile.coq
+ +make -f Makefile.coq clean
+ rm -f Makefile.coq
+
+Makefile.coq: _CoqProject Makefile
+ coq_makefile -f _CoqProject | sed 's/$$(COQCHK) $$(COQCHKFLAGS) $$(COQLIBS)/$$(COQCHK) $$(COQCHKFLAGS) $$(subst -Q,-R,$$(COQLIBS))/' > Makefile.coq
+
+_CoqProject: ;
+
+Makefile: ;
+
+phony: ;
+
+.PHONY: all clean phony