Project

General

Profile

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

    
5
# paths to sources
6
"backends": include
7
"backends/C": include
8
"backends/Horn": include
9
"backends/EMF": include
10
"plugins/salsa": include
11
"plugins/scopes": include
12
"plugins/mpfr": include
13
"features/machine_types": include
14
"tools": include
15
"tools/zustre": include
16
"tools/stateflow": include
17
"tools/stateflow/common": include
18
"tools/stateflow/semantics": include
19
"tools/stateflow/models": include
20
"tools/stateflow/json-parser": include
21
"cocospec": include
22

    
23
# svn
24
<**/.svn>: -traverse
25
<**/.svn>: not_hygienic
26

    
27
# packages
28
<**/*.native>                   : package(ocamlgraph)
29
<**/*.native>                   : use_str
30
<**/*.native>                   : use_unix
31
<utils.*>                       : use_unix
32
<**/*.native>                   : package(num)
33
<**/*.ml>                       : package(logs)
34
<**/*.native>                   : package(logs)
35
<**/*.native>                   : package(yojson)
36
<tools/zustre/zustre_cex.*>                   : package(yojson)
37
<**/json_parser.ml>             : package(yojson)
38
<**/main_parse_json_file.*>     : package(cmdliner)
39
<**/main_parse_json_file.*>     : package(fmt.tty)
40
<**/main_parse_json_file.*>     : package(fmt.cli)
41
<**/main_parse_json_file.*>     : package(logs.fmt)
42
<**/main_parse_json_file.*>     : package(logs.cli)
43
<**/main_parse_json_file.*>     : package(yojson)
44
<**/test_*.*>                   : package(oUnit)
45
<**/test_json*.*>               : package(yojson)
46

    
47
# Required for ocamldoc. Otherwise failed to build
48
<*.ml{,i}>: package(ocamlgraph)
49

    
50
# Plugin dependencies
51
@SALSA_TAG@
52

    
53
# Available solvers
54
@LUSTREV_SEAL_TAG@
55
@LUSTREV_TINY_TAG@
56
@LUSTREV_Z3_TAG@
57

    
58
# Local Variables:
59
# mode: conf
60
# End:
(3-3/77)