caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OASIS help: custom target
@ 2012-05-28  7:56 Francois Berenger
  2012-05-28  9:59 ` Philippe Veber
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Berenger @ 2012-05-28  7:56 UTC (permalink / raw)
  To: caml-list

Hello,

I had this in my Makefile:
---
TAGS: *.ml
	otags -pa macro -o TAGS *.ml
---

How can I do this with oasis?

Thanks a lot,
F.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] OASIS help: custom target
  2012-05-28  7:56 [Caml-list] OASIS help: custom target Francois Berenger
@ 2012-05-28  9:59 ` Philippe Veber
  2012-05-29  4:15   ` Francois Berenger
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Veber @ 2012-05-28  9:59 UTC (permalink / raw)
  To: Francois Berenger; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

Hi François,

you can add this rule at the end of the Makefile generated by oasis, after
the OASIS_STOP comment.

cheers,
ph.

2012/5/28 Francois Berenger <berenger@riken.jp>

> Hello,
>
> I had this in my Makefile:
> ---
> TAGS: *.ml
>        otags -pa macro -o TAGS *.ml
> ---
>
> How can I do this with oasis?
>
> Thanks a lot,
> F.
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/**wws/info/caml-list<https://sympa-roc.inria.fr/wws/info/caml-list>
> Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners<http://groups.yahoo.com/group/ocaml_beginners>
> Bug reports: http://caml.inria.fr/bin/caml-**bugs<http://caml.inria.fr/bin/caml-bugs>
>
>

[-- Attachment #2: Type: text/html, Size: 1199 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] OASIS help: custom target
  2012-05-28  9:59 ` Philippe Veber
@ 2012-05-29  4:15   ` Francois Berenger
  0 siblings, 0 replies; 3+ messages in thread
From: Francois Berenger @ 2012-05-29  4:15 UTC (permalink / raw)
  To: Philippe Veber; +Cc: caml-list

On 05/28/2012 06:59 PM, Philippe Veber wrote:
> Hi François,
>
> you can add this rule at the end of the Makefile generated by oasis,
> after the OASIS_STOP comment.

OK, but I had to add "DevFiles (0.3)" first in the Plugins: section
of the _oasis file in order to generate a Makefile.

Thanks,
F.

> cheers,
> ph.
>
> 2012/5/28 Francois Berenger <berenger@riken.jp <mailto:berenger@riken.jp>>
>
>     Hello,
>
>     I had this in my Makefile:
>     ---
>     TAGS: *.ml
>             otags -pa macro -o TAGS *.ml
>     ---
>
>     How can I do this with oasis?
>
>     Thanks a lot,
>     F.
>
>     --
>     Caml-list mailing list.  Subscription management and archives:
>     https://sympa-roc.inria.fr/__wws/info/caml-list
>     <https://sympa-roc.inria.fr/wws/info/caml-list>
>     Beginner's list: http://groups.yahoo.com/group/__ocaml_beginners
>     <http://groups.yahoo.com/group/ocaml_beginners>
>     Bug reports: http://caml.inria.fr/bin/caml-__bugs
>     <http://caml.inria.fr/bin/caml-bugs>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-29  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-28  7:56 [Caml-list] OASIS help: custom target Francois Berenger
2012-05-28  9:59 ` Philippe Veber
2012-05-29  4:15   ` Francois Berenger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).