Project

General

Profile

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

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

    
19
# svn
20
<**/.svn>: -traverse
21
<**/.svn>: not_hygienic
22

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

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

    
45
# Plugin dependencies
46
@SALSA_TAG@
47

    
48
# Local Variables:
49
# mode: conf
50
# End:
(3-3/66)