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=2.5 required=5.0 tests=AWL,DNS_FROM_RFC_POST, 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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id F393BBB84 for ; Tue, 10 Feb 2009 23:15:50 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosDALyKkUnRVdqgc2dsb2JhbACUCj8BDAgLCRGvGo9oAQMBA4QXBoI2gW4 X-IronPort-AV: E=Sophos;i="4.38,188,1233529200"; d="scan'208";a="20922117" Received: from mail-bw0-f160.google.com ([209.85.218.160]) by mail2-smtp-roc.national.inria.fr with ESMTP; 10 Feb 2009 23:15:50 +0100 Received: by bwz4 with SMTP id 4so131203bwz.3 for ; Tue, 10 Feb 2009 14:15:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=Qn8mfmxlIgfxCpgt0jFVFbaDp7LHVJxcBCvANaUR8/w=; b=ntikcXev4tAuir++88L/2oab8JnnMOM8VM7wIF95NeKUb0E+uO/oPXWg7uKhNN9baw WEIIUGK0pLADHqU0w80Vct2ePXbhqIsKlRbmrRqBYl6W1dNmCNN9Siy6EERMKPgv8UxY 3B+G+4J73LOVEpPQahhHfGAj/Jgwlko9FGR1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=qZiG7Y++X9RHB+so8h5BNtGDDnBKGZgV4UeYCnNvQRqmWv1MNjVqGc/zTz/TphJt8s Vlb1uAL8KLXynLo2zhbx95HNLDamaszsPX1STsxCQkBg9NV1M+/5TvvDz6q3ie+u93Ri Nh2NWrYHYFI6big/IkXV4Rx353jBLhmD6aqJk= Received: by 10.103.251.3 with SMTP id d3mr930233mus.72.1234304150196; Tue, 10 Feb 2009 14:15:50 -0800 (PST) Received: from ?192.168.1.34? (162-219.76-83.cust.bluewin.ch [83.76.219.162]) by mx.google.com with ESMTPS id 23sm1045813mun.30.2009.02.10.14.15.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Feb 2009 14:15:49 -0800 (PST) Sender: =?UTF-8?Q?Daniel_B=C3=BCnzli?= Message-Id: From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= To: OCaml List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: ocamlbuild rules generating multiple files Date: Tue, 10 Feb 2009 23:15:07 +0100 X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; bunzli:01 buenzli:01 basename:01 daniel:04 daniel:04 generates:07 generating:09 rule:10 rules:11 build:13 exist:13 command:83 thanks:17 hello:17 same:17 Hello, If in a rule a command generates multiple files (which don't necessary have the same basename as the dep), how can I make ocamlbuild understand that these files now exist in _build ? Thanks, Daniel