Project

General

Profile

Download (1.49 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/stateflow": include
15
"tools/stateflow/common": include
16
"tools/stateflow/semantics": include
17
"tools/stateflow/models": include
18
"tools/stateflow/json-parser": include
19
"cocospec": include
20

    
21
# svn
22
<**/.svn>: -traverse
23
<**/.svn>: not_hygienic
24

    
25
# packages
26
<**/*.native>                   : package(ocamlgraph)
27
<**/*.native>                   : use_str
28
<**/main_lustre_compiler.native>: use_unix
29
<**/main_lustre_testgen.native> : use_unix
30
<**/sf_sem.native>              : use_unix
31
<**/*.native>                   : package(num)
32
#<**/*.ml>                       : package(logs)
33
#<**/*.native>                   : package(logs)
34
<**/json_parser.ml>             : package(yojson)
35
<**/main_parse_json_file.*>     : package(cmdliner)
36
<**/main_parse_json_file.*>     : package(fmt.tty)
37
<**/main_parse_json_file.*>     : package(fmt.cli)
38
<**/main_parse_json_file.*>     : package(logs.fmt)
39
<**/main_parse_json_file.*>     : package(logs.cli)
40
<**/main_parse_json_file.*>     : package(yojson)
41
<**/test_*.*>                   : package(oUnit)
42
<**/test_json*.*>               : package(yojson)
43

    
44
# Required for ocamldoc. Otherwise failed to build
45
<*.ml{,i}>: package(ocamlgraph)
46

    
47
# Plugin dependencies
48
@SALSA_TAG@
49

    
50
# Local Variables:
51
# mode: conf
52
# End:
(3-3/73)