aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/Makefile.coq-makefile
blob: 52beacecc10d4a496f9f22a0c81877bc3c3663ad (plain)
1
2
3
4
5
6
7
8
9
10
define coqmakefile
	(echo "Generating Makefile.coq for Coq $(V) with COQBIN=$(COQBIN)";\
	if [ "$$OS" = "Windows_NT" ]; then LN=cp; else LN="ln -sf"; fi;\
	$$LN $(1)/plugin/$(V)/ssreflect.mllib .;\
	$$LN $(1)/plugin/$(V)/ssrmatching.mli .;\
	$$LN $(1)/plugin/$(V)/ssrmatching.ml4 .;\
	$$LN $(1)/plugin/$(V)/ssreflect.ml4 .;\
	$(COQBIN)coq_makefile -f Make -o Makefile.coq)
endef