Project

General

Profile

Download (1.45 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
"backends/VHDL": include
11
"plugins/salsa": include
12
"plugins/scopes": include
13
"plugins/mpfr": include
14
"features/machine_types": include
15
"tools/stateflow": include
16
"tools/stateflow/common": include
17
"tools/stateflow/semantics": include
18
"tools/stateflow/models": include
19
"tools/stateflow/json-parser": include
20
"tools/importer": 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
<**/*.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)