diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-09 16:45:42 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-09 16:45:42 +0000 |
commit | cfc9e109a653047b7ca73224525bba67a8c3a571 (patch) | |
tree | b0ad9867a8d675aeae841f9921b7ff0dcd355bb3 /plugins/pluginsvo.itarget | |
parent | da0e158cf5b012ec2b61041553ae3f871e9bef09 (diff) |
Factorisation between Makefile and ocamlbuild systems : .vo to compile are in */*/vo.itarget
On the way: no more -fsets (yes|no) and -reals (yes|no) option of configure
if you want a partial build, make a specific rule such as theories-light
Beware: these vo.itarget should not contain comments. Even if this is legal
for ocamlbuild, the $(shell cat ...) we do in Makefile can't accept that.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12574 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/pluginsvo.itarget')
-rw-r--r-- | plugins/pluginsvo.itarget | 70 |
1 files changed, 12 insertions, 58 deletions
diff --git a/plugins/pluginsvo.itarget b/plugins/pluginsvo.itarget index 14c288005..d370e77dc 100644 --- a/plugins/pluginsvo.itarget +++ b/plugins/pluginsvo.itarget @@ -1,58 +1,12 @@ -dp/Dp.vo -field/LegacyField_Compl.vo -field/LegacyField_Tactic.vo -field/LegacyField_Theory.vo -field/LegacyField.vo -fourier/Fourier_util.vo -fourier/Fourier.vo -funind/Recdef.vo -groebner/GroebnerR.vo -groebner/GroebnerZ.vo -micromega/CheckerMaker.vo -micromega/EnvRing.vo -micromega/Env.vo -#micromega/MExtraction.vo (extraction of micromega.ml) -micromega/OrderedRing.vo -micromega/Psatz.vo -micromega/QMicromega.vo -micromega/Refl.vo -micromega/RingMicromega.vo -micromega/RMicromega.vo -micromega/Tauto.vo -micromega/VarMap.vo -micromega/ZCoeff.vo -micromega/ZMicromega.vo -omega/OmegaLemmas.vo -omega/OmegaPlugin.vo -omega/Omega.vo -omega/PreOmega.vo -quote/Quote.vo -ring/LegacyArithRing.vo -ring/LegacyNArithRing.vo -ring/LegacyRing_theory.vo -ring/LegacyRing.vo -ring/LegacyZArithRing.vo -ring/Ring_abstract.vo -ring/Ring_normalize.vo -ring/Setoid_ring_normalize.vo -ring/Setoid_ring_theory.vo -ring/Setoid_ring.vo -romega/ReflOmegaCore.vo -romega/ROmega.vo -rtauto/Bintree.vo -rtauto/Rtauto.vo -setoid_ring/ArithRing.vo -setoid_ring/BinList.vo -setoid_ring/Field_tac.vo -setoid_ring/Field_theory.vo -setoid_ring/Field.vo -setoid_ring/InitialRing.vo -setoid_ring/NArithRing.vo -setoid_ring/RealField.vo -setoid_ring/Ring_base.vo -setoid_ring/Ring_equiv.vo -setoid_ring/Ring_polynom.vo -setoid_ring/Ring_tac.vo -setoid_ring/Ring_theory.vo -setoid_ring/Ring.vo -setoid_ring/ZArithRing.vo +dp/vo.otarget +field/vo.otarget +fourier/vo.otarget +funind/vo.otarget +groebner/vo.otarget +micromega/vo.otarget +omega/vo.otarget +quote/vo.otarget +ring/vo.otarget +romega/vo.otarget +rtauto/vo.otarget +setoid_ring/vo.otarget |