diff options
| author | emakarov | 2007-10-02 19:54:25 +0000 |
|---|---|---|
| committer | emakarov | 2007-10-02 19:54:25 +0000 |
| commit | 865b038b8552b57686ba01a2630455b53673f084 (patch) | |
| tree | af86e7dc5bcf6eabbb1c067ff9dff1f797a07db3 /Makefile.common | |
| parent | e17dd18ea716f157112fec03ccd03b038464ed06 (diff) | |
The following now compiles: abstract integers with plus, minus and times, binary implementation and integers as pairs of natural numbers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10167 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common index 9ccff8055a..7d2aef090b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -705,14 +705,12 @@ INTEGERABSTRACTVO:=\ $(INTABSTRACTDIR)/ZPlusOrder.vo\ $(INTABSTRACTDIR)/ZTimesOrder.vo -INTEGERNATPAIRSVO:=\ - $(INTEGERDIR)/NatPairs/ZPairsAxioms.vo\ - $(INTEGERDIR)/NatPairs/ZPairsPlus.vo\ - $(INTEGERDIR)/NatPairs/ZPairsTimes.vo\ - $(INTEGERDIR)/NatPairs/ZPairsOrder.vo - -#INTEGERVO:=$(INTEGERABSTRACTVO) $(INTEGERNATPAIRSVO) -INTEGERVO:=$(INTEGERABSTRACTVO) +INTEGERBINARYVO:=$(INTEGERDIR)/Binary/ZBinary.vo + +INTEGERNATPAIRSVO:=$(INTEGERDIR)/NatPairs/ZNatPairs.vo + +INTEGERVO:=$(INTEGERABSTRACTVO) $(INTEGERBINARYVO) $(INTEGERNATPAIRSVO) + NUMBERSVO:=$(NATURALVO) $(INTEGERVO) SETOIDSVO:= theories/Setoids/Setoid_tac.v theories/Setoids/Setoid_Prop.v theories/Setoids/Setoid.vo |
