diff options
author | mayero <mayero@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-04-24 15:01:56 +0000 |
---|---|---|
committer | mayero <mayero@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-04-24 15:01:56 +0000 |
commit | 78dadbf5b104ec1c256587d48dbff55001f83658 (patch) | |
tree | 6e8d19607cc05110a2194d640412eb45eae8a03c /Makefile | |
parent | 90412c465eb041086a0a923a12b1c06c46501889 (diff) |
Ajout de Rseries et Rtrigo_fun
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1686 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -416,9 +416,10 @@ REALSVO=theories/Reals/TypeSyntax.vo \ theories/Reals/Raxioms.vo theories/Reals/Rbase.vo \ theories/Reals/DiscrR.vo theories/Reals/R_Ifp.vo \ theories/Reals/Rbasic_fun.vo theories/Reals/SplitAbsolu.vo \ - theories/Reals/SplitRmult.vo \ - theories/Reals/Rfunctions.vo theories/Reals/Rlimit.vo \ - theories/Reals/Rderiv.vo theories/Reals/Reals.vo + theories/Reals/SplitRmult.vo theories/Reals/Rfunctions.vo \ + theories/Reals/Rlimit.vo theories/Reals/Rderiv.vo \ + theories/Reals/Rseries.vo theories/Reals/Rtrigo_fun.vo \ + theories/Reals/Reals.vo THEORIESVO = $(LOGICVO) $(ARITHVO) $(BOOLVO) $(ZARITHVO) $(LISTSVO) \ $(SETSVO) $(INTMAPVO) $(RELATIONSVO) $(WELLFOUNDEDVO) $(REALSVO) |