1 |
18acb6fc
|
Christophe Garion
|
# general config
|
2 |
|
|
true: bin_annot, color(always)
|
3 |
|
|
|
4 |
|
|
# paths to sources
|
5 |
b7258fa5
|
ploc
|
"backends": include
|
6 |
1954d776
|
ploc
|
"backends/C": include
|
7 |
|
|
"backends/Horn": include
|
8 |
b7258fa5
|
ploc
|
"backends/EMF": include
|
9 |
1954d776
|
ploc
|
"plugins/salsa": include
|
10 |
|
|
"plugins/scopes": include
|
11 |
|
|
"plugins/mpfr": include
|
12 |
93119c3f
|
ploc
|
"tools/stateflow": include
|
13 |
|
|
"tools/stateflow/common": include
|
14 |
|
|
"tools/stateflow/semantics": include
|
15 |
|
|
"tools/stateflow/models": include
|
16 |
bad7b67a
|
Christophe Garion
|
"tools/stateflow/parser-json": include
|
17 |
93119c3f
|
ploc
|
|
18 |
1954d776
|
ploc
|
<**/.svn>: -traverse
|
19 |
|
|
<**/.svn>: not_hygienic
|
20 |
|
|
|
21 |
18acb6fc
|
Christophe Garion
|
# packages
|
22 |
5a71ed25
|
Christophe Garion
|
<**/*.native> : package(ocamlgraph)
|
23 |
|
|
<**/*.native> : use_str
|
24 |
|
|
<**/main_lustre_compiler.native>: use_unix
|
25 |
|
|
<**/main_lustre_testgen.native> : use_unix
|
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)
|
36 |
1954d776
|
ploc
|
|
37 |
|
|
# Required for ocamldoc. Otherwise failed to build
|
38 |
|
|
<*.ml{,i}>: package(ocamlgraph)
|
39 |
|
|
|
40 |
|
|
# Plugin dependencies
|
41 |
|
|
@SALSA_TAG@
|
42 |
18acb6fc
|
Christophe Garion
|
|
43 |
|
|
# Local Variables:
|
44 |
|
|
# mode: conf
|
45 |
|
|
# End:
|