From 13479422b0286c86d0888e06aba112153ca6314d Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Tue, 17 Apr 2018 17:00:15 +0200 Subject: Moving real_closed to another repo --- mathcomp/real_closed/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 mathcomp/real_closed/Makefile (limited to 'mathcomp/real_closed/Makefile') diff --git a/mathcomp/real_closed/Makefile b/mathcomp/real_closed/Makefile deleted file mode 100644 index 14acb5c..0000000 --- a/mathcomp/real_closed/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