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 --- bin.itarget | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bin.itarget (limited to 'bin.itarget') diff --git a/bin.itarget b/bin.itarget new file mode 100644 index 0000000000..a4110bc958 --- /dev/null +++ b/bin.itarget @@ -0,0 +1,11 @@ +bin/coqmktop +bin/coqtop +bin/coqide +bin/coqc +bin/coqchk +bin/coqdep +bin/coqwc +bin/coq-tex +bin/coq_makefile +bin/gallina +bin/coqdoc -- cgit v1.2.3