Project

General

Profile

Download (1.55 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/C": include
11
"backends/Horn": include
12
"backends/EMF": include
13
"plugins/salsa": include
14
"plugins/scopes": include
15
"plugins/mpfr": include
16
"features/machine_types": include
17
"tools/stateflow": include
18
"tools/stateflow/common": include
19
"tools/stateflow/semantics": include
20
"tools/stateflow/models": include
21
"tools/stateflow/json-parser": include
22

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

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

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

    
50
# Plugin dependencies
51
@SALSA_TAG@
52

    
53
# Local Variables:
54
# mode: conf
55
# End:
(4-4/60)