Added some ocamlbuild files

This commit is contained in:
Cédric Pasteur 2010-06-18 15:38:57 +02:00
parent 01ab4e4737
commit 45be96acb8
4 changed files with 8 additions and 1 deletions

2
_tags
View file

@ -1,4 +1,4 @@
<global> or <utilities> or <minils> or <heptagon>:include
<**/*.ml>: debug, dtypes
<global/misc.ml>: camlp4o, use_preproc
<preproc.ml>: camlp4of, use_camlp4
<**/*.{byte,native}>: use_unix, use_str, debug

4
heptagon/_tags Normal file
View file

@ -0,0 +1,4 @@
<parsing>:include
<analysis>:include
<transformations>:include
<main>:include

1
minils/_tags Normal file
View file

@ -0,0 +1 @@
<analysis> or <transformations> or <main> or <sequential>:include

2
utilities/_tags Normal file
View file

@ -0,0 +1,2 @@
<global>:include
<misc.ml>: camlp4o, use_preproc