From 0bd8587ccfd1d1cc16dabada402fa92fe9c32ae2 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 9 Dec 2002 13:33:55 +0000 Subject: setoids dans noreal git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3402 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0038695020..d0fc1ed2c2 100644 --- a/Makefile +++ b/Makefile @@ -624,9 +624,11 @@ install-allreals:: $(MKDIR) $(FULLCOQLIB)/`dirname $$f`; \ cp $$f $(FULLCOQLIB)/`dirname $$f`; \ done +setoids: $(SETOIDSVO) sorting: $(SORTINGVO) -noreal: logic arith bool zarith lists sets intmap relations wellfounded sorting +noreal: logic arith bool zarith lists sets intmap relations wellfounded \ + setoids sorting # globalizations (for coqdoc) -- cgit v1.2.3