aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/real_closed/Makefile
diff options
context:
space:
mode:
authorCyril Cohen2018-04-17 17:00:15 +0200
committerCyril Cohen2018-04-18 10:49:18 +0200
commit13479422b0286c86d0888e06aba112153ca6314d (patch)
tree6b921cad503e12fcea8dc7cc136667a54ea86bf4 /mathcomp/real_closed/Makefile
parentc1ec9cd8e7e50f73159613c492aad4c6c40bc3aa (diff)
Moving real_closed to another repo
Diffstat (limited to 'mathcomp/real_closed/Makefile')
-rw-r--r--mathcomp/real_closed/Makefile25
1 files changed, 0 insertions, 25 deletions
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
-