aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorletouzey2002-12-09 13:33:55 +0000
committerletouzey2002-12-09 13:33:55 +0000
commit0bd8587ccfd1d1cc16dabada402fa92fe9c32ae2 (patch)
tree5448512e57117ee5b78790944add5e167779e463 /Makefile
parent940679b7a46b7a977ecb2b7816e589993823a589 (diff)
setoids dans noreal
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3402 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)