Project

General

Profile

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

    
5
# paths to sources
6
"utils": include
7
"checks": include
8
"parsers": include
9
"backends": include
10
"backends/C": include
11
"backends/Horn": include
12
"backends/EMF": include
13
"backends/VHDL": include
14
"plugins/salsa": include
15
"plugins/scopes": include
16
"plugins/mpfr": include
17
"features/machine_types": include
18
"tools": include
19
"tools/zustre": include
20
"tools/stateflow": include
21
"tools/stateflow/common": include
22
"tools/stateflow/semantics": include
23
"tools/stateflow/models": include
24
"tools/stateflow/json-parser": include
25
"tools/importer": include
26
"tools/seal": include
27

    
28
# svn
29
<**/.svn>: -traverse
30
<**/.svn>: not_hygienic
31

    
32
# packages
33
<**/*.native> or <**/*.ml{,i}>         : package(num)
34
<**/*.native> or <**/*.ml{,i}>         : package(ocamlgraph)
35
<**/*verifier.native> or <**/*.ml{,i}> : package(yojson)
36

    
37
<**/*.native>                   : use_str
38
<**/main_lustre_compiler.native>: use_unix
39
<**/main_lustre_testgen.native> : use_unix
40
<**/main_lustre_verifier.native> : use_unix
41
<**/sf_sem.native>              : use_unix
42
<**/*>                          : package(num)
43
<**/*.ml>                       : package(logs)
44
<**/*.native>                   : package(logs)
45
<**/json_parser.ml>             : package(yojson)
46
<**/main_parse_json_file.*>     : package(cmdliner)
47
<**/main_parse_json_file.*>     : package(fmt.tty)
48
<**/main_parse_json_file.*>     : package(fmt.cli)
49
<**/main_parse_json_file.*>     : package(logs.fmt)
50
<**/main_parse_json_file.*>     : package(logs.cli)
51
<**/main_parse_json_file.*>     : package(yojson)
52
<**/test_*.*>                   : package(oUnit)
53
<**/test_json*.*>               : package(yojson)
54

    
55
# Required for ocamldoc. Otherwise failed to build
56
<**/*.ml{,i}>: package(ocamlgraph)
57
<**/*.ml{,i}>: package(num)
58

    
59
# Plugin dependencies
60
@SALSA_TAG@
61

    
62
# Available solvers
63
@LUSTREV_SEAL_TAG@
64
@LUSTREV_TINY_TAG@
65
@LUSTREV_Z3_TAG@
66

    
67
# Local Variables:
68
# mode: conf
69
# End:
(4-4/66)