From d54b8dff818f0b1218df14cfb2b813da93154fa9 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 12 Apr 2018 09:54:36 +0200 Subject: remove ssrtest: it now belongs to Coq --- mathcomp/ssrtest/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 mathcomp/ssrtest/Makefile (limited to 'mathcomp/ssrtest/Makefile') diff --git a/mathcomp/ssrtest/Makefile b/mathcomp/ssrtest/Makefile deleted file mode 100644 index 14acb5c..0000000 --- a/mathcomp/ssrtest/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