Project

General

Profile

Download (2.05 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
<**/*verifier.native>: thread
39

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

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

    
63
# Plugin dependencies
64
@SALSA_TAG@
65

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

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