From 41b6404a15dafcf700addd0ce85ddd70cedb0219 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 5 Mar 2006 21:57:47 +0000 Subject: Modularisation des preuves concernant la logique classique, l'indiscernabilité des preuves et l'axiome K git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8136 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ae18b411f..c7e91cd5ae 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ LIBRARY=\ library/nameops.cmo library/libnames.cmo library/libobject.cmo \ library/summary.cmo library/nametab.cmo library/global.cmo library/lib.cmo \ library/declaremods.cmo library/library.cmo library/states.cmo \ - library/decl_kinds.cmo library/dischargedhypsmap.cmo library/goptions.cmo + library/decl_kinds.cmo library/dischargedhypsmap.cmo library/goptions.cmo PRETYPING=\ pretyping/termops.cmo pretyping/evd.cmo \ @@ -790,7 +790,8 @@ LOGICVO=\ theories/Logic/Berardi.vo theories/Logic/Eqdep_dec.vo \ theories/Logic/Decidable.vo theories/Logic/JMeq.vo \ theories/Logic/ClassicalDescription.vo theories/Logic/ClassicalChoice.vo \ - theories/Logic/RelationalChoice.vo theories/Logic/Diaconescu.vo + theories/Logic/RelationalChoice.vo theories/Logic/Diaconescu.vo \ + theories/Logic/EqdepFacts.vo theories/Logic/ProofIrrelevanceFacts.vo ARITHVO=\ theories/Arith/Arith.vo theories/Arith/Gt.vo \ -- cgit v1.2.3