diff options
| author | Enrico | 2018-08-01 11:48:09 +0200 |
|---|---|---|
| committer | GitHub | 2018-08-01 11:48:09 +0200 |
| commit | 247ec435a6dd1c17a42b75ae46763a9062f1f291 (patch) | |
| tree | e78cba9b79b6f509a37d645a95139d143add6632 /mathcomp/solvable | |
| parent | 6c6c907438f4179ac335e7daa9f1ed030c0c8259 (diff) | |
| parent | 629a7a065146679f14f95abf1de63a7ff3a2eacc (diff) | |
Merge pull request #213 from CohenCyril/Makefile
Rework the whole Makefile architecture
Diffstat (limited to 'mathcomp/solvable')
| -rw-r--r-- | mathcomp/solvable/Makefile | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/mathcomp/solvable/Makefile b/mathcomp/solvable/Makefile index 14acb5c..47dd8b4 100644 --- a/mathcomp/solvable/Makefile +++ b/mathcomp/solvable/Makefile @@ -1,25 +1,10 @@ -H=@ +# -*- Makefile -*- -ifeq "$(COQBIN)" "" -COQBIN=$(dir $(shell which coqtop))/ -endif +COQPROJECT="Make" -COQDEP=$(COQBIN)/coqdep +# -------------------------------------------------------------------- +include ../Makefile.common -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 $* \ - COQDEP='$(COQDEP) -c' - -.PHONY: clean -clean: - $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ - -f Makefile.coq clean - $(H)rm -f Makefile.coq +# -------------------------------------------------------------------- +COQMAKEOPTIONS=--no-print-directory |
