Project

General

Profile

Download (1.79 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
<**/tools/importer/*>		: package(ppx_deriving.runtime)
35
<**/tools/importer/*>		: package(ppx_deriving_yojson.runtime)
36
<**/tools/importer/*>		: package(ppxlib.traverse_builtins)
37
<**/backends/VHDL/*>		: package(ppx_deriving.runtime)
38
<**/backends/VHDL/*>		: package(ppx_deriving_yojson.runtime)
39
<**/backends/VHDL/*>		: package(ppxlib.traverse_builtins)
40
<**/json_parser.ml>             : package(yojson)
41
<**/main_parse_json_file.*>     : package(cmdliner)
42
<**/main_parse_json_file.*>     : package(fmt.tty)
43
<**/main_parse_json_file.*>     : package(fmt.cli)
44
<**/main_parse_json_file.*>     : package(logs.fmt)
45
<**/main_parse_json_file.*>     : package(logs.cli)
46
<**/main_parse_json_file.*>     : package(yojson)
47
<**/test_*.*>                   : package(oUnit)
48
<**/test_json*.*>               : package(yojson)
49

    
50
# Required for ocamldoc. Otherwise failed to build
51
<*.ml{,i}>: package(ocamlgraph)
52

    
53
# Plugin dependencies
54
@SALSA_TAG@
55

    
56
# Local Variables:
57
# mode: conf
58
# End:
(3-3/73)