From eaa90cf9520e43d0b05fc6431a479e6b9559ef0e Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 17 Apr 2018 16:57:13 +0200 Subject: move odd_order to its own repository --- mathcomp/odd_order/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 mathcomp/odd_order/Makefile (limited to 'mathcomp/odd_order/Makefile') 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 - -- cgit v1.2.3