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 87442BC6B for ; Sat, 14 Jul 2007 17:47:07 +0200 (CEST) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6EFl7sw023377 for ; Sat, 14 Jul 2007 17:47:07 +0200 Received: by fk-out-0910.google.com with SMTP id b27so54811fka for ; Sat, 14 Jul 2007 08:47:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ghsBpPM3sppqsfMWTQJiS0sh1T03b9WM/uS5NhedufoeQ4nNCZ/IjX2u8CGLHIQo6UWcjBPnyBhuygUXgwBg+S11Vayr03e0GN9L2aow4ca7Pr9xiqWj0+uSQ4GefUmx2rGlUkuSt5aoxnqW6CRNv0hOJHADNduHU0I5SI83jr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XdY1MbNK/YZsQyfLrxIpHf7aoNLrypXUnyDWQKujlcZThPBV1AvkCzdrXtQN8P0RsWEiuFrekEtTjsUjAoHIqR1sCk+ZeDbNaTzFIb4npE1Oshi0/QABUqf5aYj6KrH70GxvvdhEe67Ybm44quGFPRaEYlVVIYz3dn8SwHq3yQs= Received: by 10.82.116.15 with SMTP id o15mr3192793buc.1184428026777; Sat, 14 Jul 2007 08:47:06 -0700 (PDT) Received: by 10.82.153.14 with HTTP; Sat, 14 Jul 2007 08:47:06 -0700 (PDT) Message-ID: <4fbf351c0707140847p12b0a1cclf30d006c4585f84b@mail.gmail.com> Date: Sat, 14 Jul 2007 17:47:06 +0200 From: "Nicolas Bros" To: "David Allsopp" Subject: Re: [Caml-list] OcaIDE: a new Eclipse plug-in for O'Caml Cc: "Caml List" In-Reply-To: <013b01c7c62c$c0c19040$6a7ba8c0@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4fbf351c0707131317u123e2457gc59d85d9378a66c7@mail.gmail.com> <46986C0E.5020600@ujf-grenoble.fr> <46987FE6.1030302@yahoo.it> <4fbf351c0707140113i7b5d1f05m2d1d8139b5253472@mail.gmail.com> <013b01c7c62c$c0c19040$6a7ba8c0@treble> X-j-chkmail-Score: MSGID : 4698EFFB.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 4698EFFB.000 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 nicolas:08 nicolas:08 rather:08 useful:08 file:08 > > 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"?