From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id D6A617EE99 for ; Thu, 23 Jan 2014 01:08:46 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of rinderkn@caesar.elte.hu) identity=pra; client-ip=157.181.1.138; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rinderkn@caesar.elte.hu"; x-sender="rinderkn@caesar.elte.hu"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of rinderkn@caesar.elte.hu designates 157.181.1.138 as permitted sender) identity=mailfrom; client-ip=157.181.1.138; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rinderkn@caesar.elte.hu"; x-sender="rinderkn@caesar.elte.hu"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of postmaster@mx3.mail.elte.hu designates 157.181.1.138 as permitted sender) identity=helo; client-ip=157.181.1.138; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rinderkn@caesar.elte.hu"; x-sender="postmaster@mx3.mail.elte.hu"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcBAERc4FKdtQGKnGdsb2JhbABbv3mBExYOAQEBAQEICwkJFCiCJQEBAQMBbQsBBQsLBAEcFg8JAwIBAgFFBg0BBwEBh3kIxDUXjnwHhDgEmCKVRg X-IPAS-Result: AtcBAERc4FKdtQGKnGdsb2JhbABbv3mBExYOAQEBAQEICwkJFCiCJQEBAQMBbQsBBQsLBAEcFg8JAwIBAgFFBg0BBwEBh3kIxDUXjnwHhDgEmCKVRg X-IronPort-AV: E=Sophos;i="4.95,703,1384297200"; d="scan'208,217";a="54433624" Received: from mx3.mail.elte.hu ([157.181.1.138]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 23 Jan 2014 01:08:46 +0100 Received: from mailbox1.caesar.elte.hu ([157.181.151.157]) by mx3.mail.elte.hu with esmtp (Exim) id 1W67qe-0004aQ-EB from ; Thu, 23 Jan 2014 01:08:44 +0100 Received: (Authenticated sender: rinderkn) by mailbox1.caesar.elte.hu with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1W67qc-0005OQ-W9; Thu, 23 Jan 2014 01:08:43 +0100 Message-ID: <52E05D8A.7050405@caesar.elte.hu> Date: Thu, 23 Jan 2014 01:08:42 +0100 From: Christian Rinderknecht Reply-To: rinderkn@caesar.elte.hu Organization: =?ISO-8859-1?Q?E=F6tv=F6s_Lor=E1nd_University?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: John Whitington CC: William R , caml-list@inria.fr References: <52DF18CB.6000809@caesar.elte.hu> <52DF76A5.1020805@libertysurf.fr> <52E01A76.7050109@caesar.elte.hu> <52E054A8.6040307@coherentgraphics.co.uk> In-Reply-To: <52E054A8.6040307@coherentgraphics.co.uk> Content-Type: multipart/alternative; boundary="------------080800010609020400060008" X-ELTE-SpamScore: -7.8 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 3.0 X-ELTE-SpamCheck-Details: score=-7.8 required=5.9 tests=ALL_TRUSTED,BAYES_00,HTML_MESSAGE,L_AUTH,T_RP_MATCHES_RCVD autolearn=ham SpamAssassin version=3.3.2 -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -5.0 L_AUTH Caesar auth -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.2 HTML_MESSAGE BODY: HTML included in message Subject: Re: [Caml-list] [ANN] Announcing yet another Makefile for OCaml This is a multi-part message in MIME format. --------------080800010609020400060008 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thank you, John, for the technical details. I had these in mind when I wrote "OCamlMakefile vs my Makefile", so the format "XXX vs YYY" was meant to attribute feature XXX to OCamlMakefile and YYY to my makefile. I should have been more explicit, sorry, but, then, I hardly ever use printf;-) For those of you who have students learning OCaml, I am particularly interested in your feedback with using my makefile. Thanks! Best, Christian > To correct a few: in OCamlmakefile: > >> * Builds library and toplevels vs none > > make top, make byte-code-no-link, make native-code-nolink > >> * Generates documentation vs none > > make htdoc/ltdoc/psdoc/pdfdoc > >> * Support for ocamlfind vs none > > PACKS = camlpdf > > to use ocamlfind packages. > > To get it to use ocamlfind all over, use > > REAL_OCAMLFIND=ocamlfind > > (not documented) --------------080800010609020400060008 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thank you, John, for the technical details.

I had these in mind when I wrote "OCamlMakefile vs my Makefile", so
the format "XXX vs YYY" was meant to attribute feature XXX to
OCamlMakefile and YYY to my makefile. I should have been more
explicit, sorry, but, then, I hardly ever use printf;-)

For those of you who have students learning OCaml, I am particularly
interested in your feedback with using my makefile. Thanks!

Best,

Christian

> To correct a few: in OCamlmakefile:
>
>> * Builds library and toplevels vs none
>
> make top, make byte-code-no-link, make native-code-nolink
>
>> * Generates documentation vs none
>
> make htdoc/ltdoc/psdoc/pdfdoc
>
>> * Support for ocamlfind vs none
>
> PACKS = camlpdf
>
> to use ocamlfind packages.
>
> To get it to use ocamlfind all over, use
>
> REAL_OCAMLFIND=ocamlfind
>
> (not documented)


--------------080800010609020400060008--