Project

General

Profile

Download (2.01 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
"tools/tiny": include
29

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

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

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

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

    
62
# Plugin dependencies
63
@SALSA_TAG@
64

    
65
# Available solvers
66
@LUSTREV_SEAL_TAG@
67
@LUSTREV_TINY_TAG@
68
@LUSTREV_Z3_TAG@
69

    
70
# Local Variables:
71
# mode: conf
72
# End:
(4-4/69)