From fa906ca9e2e31d809221badd35ba1e93eaf3a8e5 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 30 Nov 2011 15:28:56 -0500 Subject: Update Coq semantics for 8.3pl2 --- src/coq/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/coq/Makefile (limited to 'src/coq/Makefile') diff --git a/src/coq/Makefile b/src/coq/Makefile new file mode 100644 index 00000000..fc488d68 --- /dev/null +++ b/src/coq/Makefile @@ -0,0 +1,14 @@ +MODULES := Axioms Name Syntax Semantics +VS := $(MODULES:%=%.v) + +.PHONY: coq clean + +coq: Makefile.coq + make -f Makefile.coq + +Makefile.coq: Makefile $(VS) + coq_makefile -impredicative-set $(VS) -o Makefile.coq + +clean:: Makefile.coq + make -f Makefile.coq clean + rm -f Makefile.coq -- cgit v1.2.3