From d35d4a8c279cc39d54037ceb97510b56d12e6a1a Mon Sep 17 00:00:00 2001 From: clrenard Date: Wed, 19 Sep 2001 12:03:50 +0000 Subject: Deplacement des setoides. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1992 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87b4daf0e9..f3eb31b3d1 100644 --- a/Makefile +++ b/Makefile @@ -331,7 +331,7 @@ INITVO=theories/Init/Datatypes.vo theories/Init/Peano.vo \ theories/Init/Logic.vo theories/Init/Specif.vo \ theories/Init/LogicSyntax.vo theories/Init/SpecifSyntax.vo \ theories/Init/Logic_Type.vo theories/Init/Wf.vo \ - theories/Init/Logic_TypeSyntax.vo theories/Init/Setoid.vo + theories/Init/Logic_TypeSyntax.vo theories/Init/%.vo: theories/Init/%.v states/barestate.coq $(COQC) $(COQC) -boot -$(BEST) -R theories Coq -is states/barestate.coq $< @@ -438,9 +438,11 @@ REALSVO=theories/Reals/TypeSyntax.vo \ theories/Reals/Rseries.vo theories/Reals/Rtrigo_fun.vo \ theories/Reals/Reals.vo +SETOIDSVO=theories/Setoids/Setoid.v + THEORIESVO = $(LOGICVO) $(ARITHVO) $(BOOLVO) $(ZARITHVO) $(LISTSVO) \ $(SETSVO) $(INTMAPVO) $(RELATIONSVO) $(WELLFOUNDEDVO) \ - $(REALSVO) $(SETOIDVO) + $(REALSVO) $(SETOIDSVO) $(THEORIESVO): states/initial.coq -- cgit v1.2.3