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=0.0 required=5.0 tests=none 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 33C08BC6B for ; Sat, 14 Jul 2007 17:52:16 +0200 (CEST) Received: from orion.metastack.com (no-dns-yet.demon.co.uk [80.177.38.218] (may be forged)) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6EFqFLH024202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 14 Jul 2007 17:52:15 +0200 Received: from treble (cpc2-cmbg6-0-0-cust535.cmbg.cable.ntl.com [81.107.34.24]) (authenticated bits=0) by orion.metastack.com (8.13.4/8.13.3) with ESMTP id l6EFgSge021822 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 14 Jul 2007 16:42:29 +0100 From: "David Allsopp" To: "'Caml List'" References: <4fbf351c0707131317u123e2457gc59d85d9378a66c7@mail.gmail.com> <46986C0E.5020600@ujf-grenoble.fr> <46987FE6.1030302@yahoo.it> <4fbf351c0707140113i7b5d1f05m2d1d8139b5253472@mail.gmail.com> <013b01c7c62c$c0c19040$6a7ba8c0@treble> <4fbf351c0707140847p12b0a1cclf30d006c4585f84b@mail.gmail.com> Subject: RE: [Caml-list] OcaIDE: a new Eclipse plug-in for O'Caml Date: Sat, 14 Jul 2007 16:52:11 +0100 Organization: MetaStack Solutions Ltd. Message-ID: <000b01c7c62e$f1de6e30$6a7ba8c0@treble> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcfGLN/cikJzgSaOTOmL/H9O/YP/wAAAbEOw In-Reply-To: <4fbf351c0707140847p12b0a1cclf30d006c4585f84b@mail.gmail.com> X-Miltered: at discorde with ID 4698F12F.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; o'caml:01 makefile:01 makefile:01 plug-in:98 unix:01 caml-list:01 gnu:03 generated:05 usual:06 probably:07 rather:08 useful:08 file:08 although:10 i've:12 > > > With luck, make considers first "Makefile" name and then "makefile", > > > but adding a little check should not be a big challenge. > > GNU make considers GNUmakefile, makefile then Makefile > > Makefile is more usual than makefile (and is recommended in the man > > page...) > > > > > The name is determined by the "make" command, since it is called to > > build > > > the project. > > The -f switch for make allows another filename to be specified - > > although I've not (yet) looked at the plugin this would probably be > > useful for projects that have Makefile (for UNIX) and Makefile.nt (for > > Windows) > > If I understand you, you would rather a "Makefile" file was generated > instead of a "makefile"? Yes - which I think is what the OP was hinting at too.