From d1e8a2a6e5e2fdea6cf0ff0ed9860b98eced0c97 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 26 Mar 2009 19:31:40 +0000 Subject: Ocamlbuild: 1st reasonably complete version (rules for binaries + plugins + vo) Dealing with .vo files was harder than anticipated (issues with coqdep_boot and the location of the .v files). Current solution cannot compete for a beauty prize, but well. Several other issues remain (see top and bottom of myocamlbuild.ml) - For the moment the coqlib / coqsrc in Coq_config is to be hacked by hand to add _build/ in it. - Parallelism is a "no go" for the moment. Ocamlbuild accepts a -j option, but it has almost no effect experimentally. (but at least it doesn't take more time than make -j1, i.e. about 14 min here, instead of about 7 for make -j2) - After a first full build, ocamlbuild is awfully slow to detect that nothing has to be redone (1 min 25 here) To be continued... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12021 85f007b7-540e-0410-9357-904b9bb8a0f7 --- coq.itarget | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'coq.itarget') diff --git a/coq.itarget b/coq.itarget index ea48c3339f..6ab8e46700 100644 --- a/coq.itarget +++ b/coq.itarget @@ -1,12 +1,2 @@ -bin/coqmktop -bin/coqtop -bin/coqide -bin/coqc -bin/coqchk -bin/coqdep -bin/coqwc -bin/coq-tex -bin/coq_makefile -bin/gallina -bin/coqdoc -states/initial.coq +bin.otarget +vo.otarget -- cgit v1.2.3