From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id B1CF0BC0A for ; Fri, 25 May 2007 13:20:45 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4PBKjEe009182 for ; Fri, 25 May 2007 13:20:45 +0200 Received: by ug-out-1314.google.com with SMTP id p27so725187ugc for ; Fri, 25 May 2007 04:20:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=LJTAgVbhOBPoSaa8bFIWCT/2X3EIAe0h0jh3+byMKTcji7FT9wePtmOGDt4P06ITzEUH0MF1I8YzYQySGYWob7qDBi2bQTivRGQoeS1wx4R6vCNly4E+Gr1qTEamMmXjT2Ezbs/BJFx4+u2O4BBkeRGftMtP+5uiTyAKWNMM+Tk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=oN3+5F0Bw16ekOIb5bTH8gmuTb5P7CZEKey5YuKu8io3aO03nlPxiErkAuIWC/LQFoix1ci6iHWRQMsmJfa5aF7KudSEb38144GD6aNWyIwq6fuORf0+bUsUslFollApjVyBQ8oZ2gVQ6YzOqjNHRD06VZmPkD22oSnNhms7In8= Received: by 10.67.30.6 with SMTP id h6mr2874737ugj.1180092045125; Fri, 25 May 2007 04:20:45 -0700 (PDT) Received: from ?192.168.1.33? ( [81.33.157.182]) by mx.google.com with ESMTP id c25sm3726648ika.2007.05.25.04.20.43; Fri, 25 May 2007 04:20:44 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: OCaml List From: Joel Reymont Subject: ocamlbuild and subdirectories Date: Fri, 25 May 2007 12:20:42 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4656C68D.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 4656C68D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; invoke:01 cma:01 cma:01 src:94 src:94 source:12 use:16 code:17 thanks:17 there:18 under:21 tags:22 com:74 com:74 way:25 Currently I have all the source code under src/ and invoke ocamlbuild like this: ocamlbuild src/topdog.cma Is there a way to skip the src and just use the following? ocamlbuild topdog.cma I do have myocamlbuild.ml and _tags. Thanks, Joel -- http://wagerlabs.com/