diff options
| author | filliatr | 2003-11-20 00:02:54 +0000 |
|---|---|---|
| committer | filliatr | 2003-11-20 00:02:54 +0000 |
| commit | c97b4ebfdc3a554ed1e48578822be21cf9f880f9 (patch) | |
| tree | 5fe78bb507c1f895f50d77f8db860f745c37033b | |
| parent | e82c9adcb67b767b14c22b9c50a0ff88672642ef (diff) | |
maj
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4953 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | .depend | 8 | ||||
| -rw-r--r-- | .depend.coq | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -951,11 +951,11 @@ parsing/g_basevernac.cmx: parsing/ast.cmx interp/constrintern.cmx \ lib/pp.cmx interp/ppextend.cmx parsing/termast.cmx lib/util.cmx \ toplevel/vernacexpr.cmx parsing/g_cases.cmo: parsing/g_constr.cmo library/libnames.cmi \ - kernel/names.cmi lib/options.cmi parsing/pcoq.cmi lib/pp.cmi \ - kernel/term.cmi interp/topconstr.cmi lib/util.cmi + lib/options.cmi parsing/pcoq.cmi lib/pp.cmi kernel/term.cmi \ + interp/topconstr.cmi lib/util.cmi parsing/g_cases.cmx: parsing/g_constr.cmx library/libnames.cmx \ - kernel/names.cmx lib/options.cmx parsing/pcoq.cmx lib/pp.cmx \ - kernel/term.cmx interp/topconstr.cmx lib/util.cmx + lib/options.cmx parsing/pcoq.cmx lib/pp.cmx kernel/term.cmx \ + interp/topconstr.cmx lib/util.cmx parsing/g_constr.cmo: parsing/lexer.cmi library/libnames.cmi kernel/names.cmi \ lib/options.cmi pretyping/pattern.cmi parsing/pcoq.cmi lib/pp.cmi \ pretyping/rawterm.cmi kernel/term.cmi interp/topconstr.cmi lib/util.cmi diff --git a/.depend.coq b/.depend.coq index 04515bfbc6..810f510d8a 100644 --- a/.depend.coq +++ b/.depend.coq @@ -141,7 +141,7 @@ theories/ZArith/Zwf.vo: theories/ZArith/Zwf.v theories/ZArith/ZArith_base.vo the theories/ZArith/ZArith_base.vo: theories/ZArith/ZArith_base.v theories/ZArith/fast_integer.vo theories/ZArith/zarith_aux.vo theories/NArith/BinPos.vo theories/NArith/BinNat.vo theories/ZArith/BinInt.vo theories/ZArith/Zcompare.vo theories/ZArith/Zorder.vo theories/ZArith/Zeven.vo theories/ZArith/Zmin.vo theories/ZArith/Zabs.vo theories/ZArith/Znat.vo theories/ZArith/auxiliary.vo theories/ZArith/Zsyntax.vo theories/ZArith/ZArith_dec.vo theories/ZArith/Zbool.vo theories/ZArith/Zmisc.vo theories/ZArith/Wf_Z.vo theories/ZArith/Zhints.vo theories/ZArith/Zbool.vo: theories/ZArith/Zbool.v theories/ZArith/BinInt.vo theories/ZArith/Zeven.vo theories/ZArith/Zorder.vo theories/ZArith/Zcompare.vo theories/ZArith/ZArith_dec.vo theories/ZArith/Zsyntax.vo theories/Bool/Sumbool.vo theories/ZArith/Zbinary.vo: theories/ZArith/Zbinary.v theories/Bool/Bvector.vo theories/ZArith/ZArith.vo theories/ZArith/Zpower.vo contrib/omega/Omega.vo -theories/ZArith/Znumtheory.vo: theories/ZArith/Znumtheory.v theories/ZArith/ZArith.vo contrib/ring/ZArithRing.vo theories/ZArith/Zcomplements.vo theories/ZArith/Zdiv.vo +theories/ZArith/Znumtheory.vo: theories/ZArith/Znumtheory.v theories/ZArith/ZArith_base.vo contrib/ring/ZArithRing.vo theories/ZArith/Zcomplements.vo theories/ZArith/Zdiv.vo theories/Lists/MonoList.vo: theories/Lists/MonoList.v theories/Arith/Le.vo theories/Lists/PolyListSyntax.vo: theories/Lists/PolyListSyntax.v theories/Lists/ListSet.vo: theories/Lists/ListSet.v theories/Lists/PolyList.vo |
