Project

General

Profile

Download (1.27 KB) Statistics
| Branch: | Tag: | Revision:
1
# general config
2
true: bin_annot, color(always)
3

    
4
# paths to sources
5
"backends": include
6
"backends/C": include
7
"backends/Horn": include
8
"backends/EMF": include
9
"plugins/salsa": include
10
"plugins/scopes": include
11
"plugins/mpfr": include
12
"tools/stateflow": include
13
"tools/stateflow/common": include
14
"tools/stateflow/semantics": include
15
"tools/stateflow/models": include
16
"tools/stateflow/json-parser": include
17

    
18
<**/.svn>: -traverse
19
<**/.svn>: not_hygienic
20

    
21
# packages
22
<**/*.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
<**/*.ml>                       : package(logs)
28
<**/*.native>                   : package(logs)
29
<**/json_parser.ml>             : package(yojson)
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

    
37
# Required for ocamldoc. Otherwise failed to build
38
<*.ml{,i}>: package(ocamlgraph)
39

    
40
# Plugin dependencies
41
@SALSA_TAG@
42

    
43
# Local Variables:
44
# mode: conf
45
# End:
(2-2/63)