aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-11-07 18:39:28 +0000
committerGravatar emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-11-07 18:39:28 +0000
commit1e57f0c3312713ac6137da0c3612605501f65d58 (patch)
treef2ee90ae17e86dd69fc9d07aa98d60b261b9ce42 /Makefile.common
parent817cc54cff3d40adb15481fddba7448b7b024f26 (diff)
Replaced BinNat with a new version that is based on theories/Numbers/Natural/Binary/NBinDefs. Most of the entities in the new BinNat are notations for the development in Numbers. Also added min and max to the new natural numbers and integers.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10298 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 47102d69f..eb6639ea7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -670,7 +670,11 @@ NATURALABSTRACTVO:=\
$(NATABSTRACTDIR)/NIso.vo
NATURALPEANOVO:=$(NATURALDIR)/Peano/NPeano.vo
-NATURALBINARYVO:=$(NATURALDIR)/Binary/NBinary.vo
+
+NATURALBINARYVO:=\
+ $(NATURALDIR)/Binary/NBinDefs.vo
+ $(NATURALDIR)/Binary/NBinary.vo
+
NATURALVO:=$(NATURALABSTRACTVO) $(NATURALPEANOVO) $(NATURALBINARYVO)
INTEGERDIR:=$(NUMBERSDIR)/Integer