Project

General

Profile

Download (1.92 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/Ada": include
11
"backends/C": include
12
"backends/Horn": include
13
"backends/EMF": include
14
"backends/VHDL": include
15
"plugins/salsa": include
16
"plugins/scopes": include
17
"plugins/mpfr": include
18
"features/machine_types": include
19
"tools": include
20
"tools/zustre": include
21
"tools/stateflow": include
22
"tools/stateflow/common": include
23
"tools/stateflow/semantics": include
24
"tools/stateflow/models": include
25
"tools/stateflow/json-parser": include
26
"tools/importer": include
27
"tools/seal": include
28

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

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

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

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

    
60
# Plugin dependencies
61
@SALSA_TAG@
62

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

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