From 2e6d512c29c72bb220dacabc79392334283d604e Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 28 Jul 2015 11:16:38 +0200 Subject: factor common Makefile stuff --- mathcomp/ssreflect/Makefile.coq-makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mathcomp/ssreflect/Makefile.coq-makefile (limited to 'mathcomp/ssreflect/Makefile.coq-makefile') diff --git a/mathcomp/ssreflect/Makefile.coq-makefile b/mathcomp/ssreflect/Makefile.coq-makefile new file mode 100644 index 0000000..99f3d6b --- /dev/null +++ b/mathcomp/ssreflect/Makefile.coq-makefile @@ -0,0 +1,9 @@ +define coqmakefile + (echo "Generating Makefile.coq for Coq $(V) with COQBIN=$(COQBIN)";\ + ln -sf plugin/$(V)/ssreflect.mllib .;\ + ln -sf plugin/$(V)/ssrmatching.mli .;\ + ln -sf plugin/$(V)/ssrmatching.ml4 .;\ + ln -sf plugin/$(V)/ssreflect.ml4 .;\ + $(COQBIN)coq_makefile -f Make -o Makefile.coq) +endef + -- cgit v1.2.3