From 9185da54dc70bf4009ae1bce6a52295cf6d77fe5 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 16 May 2008 11:49:40 +0000 Subject: BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10939 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index fbd29d0b00..48e6dff14b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -617,15 +617,15 @@ NUMBERSCOMMONVO:=$(addprefix theories/Numbers/, \ QRewrite.vo NumPrelude.vo BigNumPrelude.vo ) CYCLICABSTRACTVO:=$(addprefix theories/Numbers/Cyclic/Abstract/, \ - ZnZ.vo NZCyclic.vo ) + Z_nZ.vo NZCyclic.vo ) CYCLICINT31VO:=$(addprefix theories/Numbers/Cyclic/Int31/, \ - Int31.vo Z31Z.vo ) + Int31.vo Z_31Z.vo ) CYCLICDOUBLECYCLICVO:=$(addprefix theories/Numbers/Cyclic/DoubleCyclic/, \ - Basic_type.vo GenBase.vo GenAdd.vo GenSub.vo \ - GenMul.vo GenDivn1.vo GenDiv.vo GenSqrt.vo \ - GenLift.vo Zn2Z.vo ) + DoubleType.vo DoubleBase.vo DoubleAdd.vo DoubleSub.vo \ + DoubleMul.vo DoubleDivn1.vo DoubleDiv.vo DoubleSqrt.vo \ + DoubleLift.vo Z_2nZ.vo ) CYCLICVO:=$(CYCLICABSTRACTVO) $(CYCLICINT31VO) $(CYCLICDOUBLECYCLICVO) -- cgit v1.2.3