aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/odd_order/Makefile
diff options
context:
space:
mode:
authorEnrico Tassi2018-04-20 10:33:33 +0200
committerEnrico Tassi2018-04-20 10:33:33 +0200
commit32496ef57916dc9fc24b53f52832ef29cf206468 (patch)
treef9288a17f2ee06fd6bf9bff17cd1d100fee8503f /mathcomp/odd_order/Makefile
parent2f59acc5d2ceb4124def35f40115d7c4b2d44f11 (diff)
parenteaa90cf9520e43d0b05fc6431a479e6b9559ef0e (diff)
Merge remote-tracking branch 'origin/pr/192'
Diffstat (limited to 'mathcomp/odd_order/Makefile')
-rw-r--r--mathcomp/odd_order/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/mathcomp/odd_order/Makefile b/mathcomp/odd_order/Makefile
deleted file mode 100644
index 14acb5c..0000000
--- a/mathcomp/odd_order/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-H=@
-
-ifeq "$(COQBIN)" ""
-COQBIN=$(dir $(shell which coqtop))/
-endif
-
-COQDEP=$(COQBIN)/coqdep
-
-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
-