Revision 921230e6
Added by Christophe Garion over 4 years ago
src/_tags.in | ||
---|---|---|
13 | 13 |
"tools/stateflow/common": include |
14 | 14 |
"tools/stateflow/semantics": include |
15 | 15 |
"tools/stateflow/models": include |
16 |
"tools/stateflow/parser-json": include
|
|
16 |
"tools/stateflow/json-parser": include
|
|
17 | 17 |
|
18 | 18 |
<**/.svn>: -traverse |
19 | 19 |
<**/.svn>: not_hygienic |
... | ... | |
24 | 24 |
<**/main_lustre_compiler.native>: use_unix |
25 | 25 |
<**/main_lustre_testgen.native> : use_unix |
26 | 26 |
<**/*.native> : package(num) |
27 |
<**/parser_json.ml> : package(logs)
|
|
28 |
<**/parser_json.ml> : package(yojson)
|
|
29 |
<**/main_with_json.*> : package(logs)
|
|
30 |
<**/main_with_json.*> : package(cmdliner)
|
|
31 |
<**/main_with_json.*> : package(fmt.tty)
|
|
32 |
<**/main_with_json.*> : package(fmt.cli)
|
|
33 |
<**/main_with_json.*> : package(logs.fmt)
|
|
34 |
<**/main_with_json.*> : package(logs.cli)
|
|
35 |
<**/main_with_json.*> : package(yojson)
|
|
27 |
<**/json_parser.ml> : package(logs)
|
|
28 |
<**/json_parser.ml> : package(yojson)
|
|
29 |
<**/main_parse_json_file.*> : package(logs)
|
|
30 |
<**/main_parse_json_file.*> : package(cmdliner)
|
|
31 |
<**/main_parse_json_file.*> : package(fmt.tty)
|
|
32 |
<**/main_parse_json_file.*> : package(fmt.cli)
|
|
33 |
<**/main_parse_json_file.*> : package(logs.fmt)
|
|
34 |
<**/main_parse_json_file.*> : package(logs.cli)
|
|
35 |
<**/main_parse_json_file.*> : package(yojson)
|
|
36 | 36 |
|
37 | 37 |
# Required for ocamldoc. Otherwise failed to build |
38 | 38 |
<*.ml{,i}>: package(ocamlgraph) |
Also available in: Unified diff
json-parser: clean files names and directories