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 /theories/Reals/vo.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 'theories/Reals/vo.itarget')
-rw-r--r-- | theories/Reals/vo.itarget | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/theories/Reals/vo.itarget b/theories/Reals/vo.itarget new file mode 100644 index 000000000..bcd47a0b2 --- /dev/null +++ b/theories/Reals/vo.itarget @@ -0,0 +1,58 @@ +Alembert.vo +AltSeries.vo +ArithProp.vo +Binomial.vo +Cauchy_prod.vo +Cos_plus.vo +Cos_rel.vo +DiscrR.vo +Exp_prop.vo +Integration.vo +LegacyRfield.vo +MVT.vo +NewtonInt.vo +PartSum.vo +PSeries_reg.vo +Ranalysis1.vo +Ranalysis2.vo +Ranalysis3.vo +Ranalysis4.vo +Ranalysis.vo +Raxioms.vo +Rbase.vo +Rbasic_fun.vo +Rcomplete.vo +Rdefinitions.vo +Rderiv.vo +Reals.vo +Rfunctions.vo +Rgeom.vo +RiemannInt_SF.vo +RiemannInt.vo +R_Ifp.vo +RIneq.vo +Rlimit.vo +RList.vo +Rlogic.vo +Rpow_def.vo +Rpower.vo +Rprod.vo +Rseries.vo +Rsigma.vo +Rsqrt_def.vo +R_sqrt.vo +R_sqr.vo +Rtopology.vo +Rtrigo_alt.vo +Rtrigo_calc.vo +Rtrigo_def.vo +Rtrigo_fun.vo +Rtrigo_reg.vo +Rtrigo.vo +SeqProp.vo +SeqSeries.vo +SplitAbsolu.vo +SplitRmult.vo +Sqrt_reg.vo +ROrderedType.vo +Rminmax.vo |