aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-15 20:20:12 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-15 20:20:12 +0000
commit2d98024ef4cde09c506902e0ed0a33134ba9be7a (patch)
treed66b006b6a3a3a6e2ac430350ba670b29432e43a
parent90a728c6868650281d3a1208e967e47d389418eb (diff)
ajout de theories/FSets/DecidableTypeEx.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8821 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--.depend.coq2
-rw-r--r--Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/.depend.coq b/.depend.coq
index 35fbcaa2d..9d8c65f51 100644
--- a/.depend.coq
+++ b/.depend.coq
@@ -1,4 +1,5 @@
theories/FSets/DecidableType.vo: theories/FSets/DecidableType.v theories/Lists/SetoidList.vo
+theories/FSets/DecidableTypeEx.vo: theories/FSets/DecidableTypeEx.v theories/FSets/DecidableType.vo theories/FSets/OrderedType.vo theories/FSets/OrderedTypeEx.vo
theories/FSets/OrderedType.vo: theories/FSets/OrderedType.v theories/Lists/SetoidList.vo
theories/FSets/OrderedTypeEx.vo: theories/FSets/OrderedTypeEx.v theories/FSets/OrderedType.vo theories/ZArith/ZArith.vo theories/NArith/NArith.vo theories/NArith/Ndec.vo theories/Arith/Compare_dec.vo
theories/FSets/OrderedTypeAlt.vo: theories/FSets/OrderedTypeAlt.v theories/FSets/OrderedType.vo
@@ -208,6 +209,7 @@ theories/Sets/Relations_3_facts.vo: theories/Sets/Relations_3_facts.v theories/S
theories/Sets/Partial_Order.vo: theories/Sets/Partial_Order.v theories/Sets/Ensembles.vo theories/Sets/Relations_1.vo
theories/Sets/Uniset.vo: theories/Sets/Uniset.v theories/Bool/Bool.vo theories/Sets/Permut.vo
theories/FSets/DecidableType.vo: theories/FSets/DecidableType.v theories/Lists/SetoidList.vo
+theories/FSets/DecidableTypeEx.vo: theories/FSets/DecidableTypeEx.v theories/FSets/DecidableType.vo theories/FSets/OrderedType.vo theories/FSets/OrderedTypeEx.vo
theories/FSets/OrderedType.vo: theories/FSets/OrderedType.v theories/Lists/SetoidList.vo
theories/FSets/OrderedTypeEx.vo: theories/FSets/OrderedTypeEx.v theories/FSets/OrderedType.vo theories/ZArith/ZArith.vo theories/NArith/NArith.vo theories/NArith/Ndec.vo theories/Arith/Compare_dec.vo
theories/FSets/OrderedTypeAlt.vo: theories/FSets/OrderedTypeAlt.v theories/FSets/OrderedType.vo
diff --git a/Makefile b/Makefile
index 9c2a02e61..18f7b0a0c 100644
--- a/Makefile
+++ b/Makefile
@@ -866,7 +866,8 @@ SETSVO=\
theories/Sets/Partial_Order.vo theories/Sets/Uniset.vo
FSETSBASEVO=\
- theories/FSets/DecidableType.vo theories/FSets/OrderedType.vo \
+ theories/FSets/DecidableType.vo theories/FSets/DecidableTypeEx.vo \
+ theories/FSets/OrderedType.vo \
theories/FSets/OrderedTypeEx.vo theories/FSets/OrderedTypeAlt.vo \
theories/FSets/FSetInterface.vo theories/FSets/FSetList.vo \
theories/FSets/FSetBridge.vo theories/FSets/FSetFacts.vo \