diff options
| author | Maxime Dénès | 2017-05-03 09:32:34 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-07 11:15:26 +0200 |
| commit | 96a3c59b4586164e8aa80f53f0f9031fd1167ce8 (patch) | |
| tree | 8d90a3fd32952657115218b0a3e1eb8464829bcb /mathcomp/ssreflect/Makefile.coq-makefile | |
| parent | 661b791747c6d1784160ee289945d336b54239e2 (diff) | |
For trunk, use merged ssr plugin.
Diffstat (limited to 'mathcomp/ssreflect/Makefile.coq-makefile')
| -rw-r--r-- | mathcomp/ssreflect/Makefile.coq-makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mathcomp/ssreflect/Makefile.coq-makefile b/mathcomp/ssreflect/Makefile.coq-makefile index e4f12ad..f0eeaf9 100644 --- a/mathcomp/ssreflect/Makefile.coq-makefile +++ b/mathcomp/ssreflect/Makefile.coq-makefile @@ -1,7 +1,7 @@ define coqmakefile (echo "Generating Makefile.coq for Coq $(V) with COQBIN=$(COQBIN)";\ if [ "$$OS" = "Windows_NT" ]; then LN=cp; else LN="ln -sf"; fi;\ - MLLIB=ssreflect_plugin.mlpack;\ + MLLIB=;\ EXTRA=;\ case $(V) in\ v8.5*|v8.4*)\ @@ -9,14 +9,16 @@ define coqmakefile $$LN $(1)/plugin/$(V)/ssrmatching.ml4 .;\ $$LN $(1)/plugin/$(V)/ssrmatching.v .;\ $$LN $(1)/plugin/$(V)/ssreflect_plugin.mllib .;\ - EXTRA="ssrmatching.mli ssrmatching.ml4 ssrmatching.v";\ + EXTRA="ssrmatching.mli ssrmatching.ml4 ssrmatching.v ssreflect.ml4";\ MLLIB=ssreflect_plugin.mllib;\ + $$LN $(1)/plugin/$(V)/ssreflect.ml4 .;\ ;;\ - *)\ + v8.6*)\ $$LN $(1)/plugin/$(V)/ssreflect_plugin.mlpack .;\ + $$LN $(1)/plugin/$(V)/ssreflect.ml4 .;\ + MLLIB=ssreflect_plugin.mlpack;\ ;;\ esac;\ - $$LN $(1)/plugin/$(V)/ssreflect.ml4 .;\ $(COQBIN)coq_makefile -f Make $$MLLIB $$EXTRA -o Makefile.coq) endef |
