From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA11869; Fri, 28 Nov 2003 17:29:15 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA12458 for ; Fri, 28 Nov 2003 17:29:13 +0100 (MET) Received: from mail.davidb.org (adsl-64-172-240-129.dsl.sndg02.pacbell.net [64.172.240.129]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id hASGTB126050 for ; Fri, 28 Nov 2003 17:29:11 +0100 (MET) Received: from davidb by mail.davidb.org with local (Exim 3.36 #1 (Debian)) id 1APlUO-0002V6-00; Fri, 28 Nov 2003 08:29:04 -0800 Date: Fri, 28 Nov 2003 08:29:04 -0800 From: David Brown To: Jason Hickey Cc: caml-list@inria.fr, Martin Jambon Subject: Re: [Caml-list] Building large and portable projects Message-ID: <20031128162904.GA9575@davidb.org> References: <3FBE45D2.5070309@cs.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FBE45D2.5070309@cs.caltech.edu> User-Agent: Mutt/1.5.4i X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 hickey:01 ocamlc:01 -where:01 ocaml:01 nov:01 syntax:02 dave:03 wrote:03 variable:03 0800,:04 gnu:05 output:05 fri:07 i'm:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Nov 21, 2003 at 09:05:22AM -0800, Jason Hickey wrote: > We have been using omake to build several large projects, primarily on > Linux and Windows. omake is written in OCaml, and provides a build > system with syntax similar to make, but project-wide dependency > analysis. Here are some features: Is there a place to discuss omake? Specifically, my question: is there something like the GNU Make 'shell' function? What I'm trying to do is use the output of 'ocamlc -where' in a variable. I need to run extract_crc as part of my build, and ocamlc -where is a nice portable way of finding this directory. Thanks, Dave ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners