aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-16 01:15:08 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-16 01:15:08 +0000
commit788bf3d9ca507c11526ce1159465a332b909f924 (patch)
tree242e953056ef8a7da015ef20bcc2fb4db000989c /Makefile.common
parent18e543106f358272138a87bf331c4d1964a385f5 (diff)
ZTreeMod was meant to prove that BigZ correspond to the Integer Axioms.
In fact, for the moment, it was only containing a proof that Z/nZ implements the NatInt NZAxiomsSig. We move it to a more meaningful place and name. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10937 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index 6ffc7f82a..fbd29d0b0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -617,7 +617,7 @@ NUMBERSCOMMONVO:=$(addprefix theories/Numbers/, \
QRewrite.vo NumPrelude.vo BigNumPrelude.vo )
CYCLICABSTRACTVO:=$(addprefix theories/Numbers/Cyclic/Abstract/, \
- ZnZ.vo )
+ ZnZ.vo NZCyclic.vo )
CYCLICINT31VO:=$(addprefix theories/Numbers/Cyclic/Int31/, \
Int31.vo Z31Z.vo )
@@ -659,14 +659,11 @@ INTEGERBINARYVO:=$(addprefix theories/Numbers/Integer/Binary/, \
INTEGERNATPAIRSVO:=$(addprefix theories/Numbers/Integer/NatPairs/, \
ZNatPairs.vo )
-INTEGERTREEMODVO:=$(addprefix theories/Numbers/Integer/TreeMod/, \
- ZTreeMod.vo )
-
INTEGERBIGZVO:=$(addprefix theories/Numbers/Integer/BigZ/, \
ZMake.vo BigZ.vo )
INTEGERVO:=$(INTEGERABSTRACTVO) $(INTEGERBINARYVO) $(INTEGERNATPAIRSVO) \
- $(INTEGERTREEMODVO) $(INTEGERBIGZVO)
+ $(INTEGERBIGZVO)
RATIONALBIGQVO:=$(addprefix theories/Numbers/Rational/BigQ/, \
QMake_base.vo QpMake.vo QvMake.vo Q0Make.vo \