From c7ddacdfc43ba25c9fbd9505b3960047c13596d0 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Tue, 24 Mar 2015 12:23:33 +0100 Subject: metadata for solvable and field --- mathcomp/solvable/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mathcomp/solvable/Makefile (limited to 'mathcomp/solvable/Makefile') diff --git a/mathcomp/solvable/Makefile b/mathcomp/solvable/Makefile new file mode 100644 index 0000000..d693257 --- /dev/null +++ b/mathcomp/solvable/Makefile @@ -0,0 +1,23 @@ +H=@ + +ifeq "$(COQBIN)" "" +COQBIN=$(dir $(shell which coqtop))/ +endif + + +OLD_MAKEFLAGS:=$(MAKEFLAGS) +MAKEFLAGS+=-B + +.DEFAULT_GOAL := all + +%: + $(H)[ -e Makefile.coq ] || $(COQBIN)/coq_makefile -f Make -o Makefile.coq + $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + -f Makefile.coq $* + +.PHONY: clean +clean: + $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + -f Makefile.coq clean + $(H)rm -f Makefile.coq + -- cgit v1.2.3