]> matita.cs.unibo.it Git - helm.git/blob - matita/components/syntax_extensions/dune
comment removed
[helm.git] / matita / components / syntax_extensions / dune
1 (executable
2  (name make_table)
3  (libraries helm_xml)
4  (modules make_table))
5
6 (library
7  (name helm_syntax_extensions)
8  (libraries str)
9  (wrapped false)
10  (modules utf8Macro utf8MacroTable))
11
12 (library
13  (name pa_unicode_macro)
14  (libraries camlp5 helm_syntax_extensions)
15  (wrapped false)
16  (preprocess (action (system "camlp5o q_MLast.cmo pa_extend.cmo -loc loc %{input-file}")))
17  (preprocessor_deps helm_syntax_extensions.cma)
18  (modules pa_unicode_macro))
19
20 (library
21  (name profiling_macros)
22  (libraries str)
23  (wrapped false)
24  (modules profiling_macros))
25
26 (rule
27  (targets utf8MacroTable.ml utf8MacroTable.ml.txt)
28  (deps (glob_files data/*.xml) make_table.exe)
29  (mode (promote))
30  (action (run ./make_table.exe utf8MacroTable.ml utf8MacroTable.ml.txt)))
31
32 (env
33   (_
34     (flags (:standard -w @A-52-4-34-37-45-9-44-48-6-32-20-58-7-57-3-68-69-70-50))))