-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_tags
61 lines (61 loc) · 1.85 KB
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# OASIS_START
# DO NOT EDIT (digest: 60803501d65976a49afe38fe419f47b7)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library topology
"lib/topology.cmxs": use_topology
<lib/*.ml{,i,y}>: pkg_core_kernel
<lib/*.ml{,i,y}>: pkg_ocamlgraph
<lib/*.ml{,i,y}>: pkg_packet
<lib/*.ml{,i,y}>: pkg_sexplib
<lib/*.ml{,i,y}>: pkg_sexplib.syntax
<lib/*.ml{,i,y}>: pkg_threads
# Executable topotool
"exe/topology.byte": pkg_core_kernel
"exe/topology.byte": pkg_ocamlgraph
"exe/topology.byte": pkg_packet
"exe/topology.byte": pkg_sexplib
"exe/topology.byte": pkg_sexplib.syntax
"exe/topology.byte": pkg_threads
"exe/topology.byte": use_topology
<exe/*.ml{,i,y}>: pkg_core_kernel
<exe/*.ml{,i,y}>: pkg_ocamlgraph
<exe/*.ml{,i,y}>: pkg_packet
<exe/*.ml{,i,y}>: pkg_sexplib
<exe/*.ml{,i,y}>: pkg_sexplib.syntax
<exe/*.ml{,i,y}>: pkg_threads
<exe/*.ml{,i,y}>: use_topology
# Executable unittest
"test/Test.byte": pkg_core_kernel
"test/Test.byte": pkg_oUnit
"test/Test.byte": pkg_ocamlgraph
"test/Test.byte": pkg_pa_ounit
"test/Test.byte": pkg_pa_ounit.syntax
"test/Test.byte": pkg_packet
"test/Test.byte": pkg_sexplib
"test/Test.byte": pkg_sexplib.syntax
"test/Test.byte": pkg_threads
"test/Test.byte": use_topology
<test/*.ml{,i,y}>: pkg_core_kernel
<test/*.ml{,i,y}>: pkg_oUnit
<test/*.ml{,i,y}>: pkg_ocamlgraph
<test/*.ml{,i,y}>: pkg_pa_ounit
<test/*.ml{,i,y}>: pkg_pa_ounit.syntax
<test/*.ml{,i,y}>: pkg_packet
<test/*.ml{,i,y}>: pkg_sexplib
<test/*.ml{,i,y}>: pkg_sexplib.syntax
<test/*.ml{,i,y}>: pkg_threads
<test/*.ml{,i,y}>: use_topology
# OASIS_STOP