forked from frenetic-lang/ocaml-topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
46 lines (46 loc) · 1.32 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
# OASIS_START
# DO NOT EDIT (digest: 1abdaa102e3e867e0d5347ec28af7c30)
# 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
<**/.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}>: pkg_ocamlgraph
<lib/*.ml{,i}>: pkg_packet
<lib/*.ml{,i}>: pkg_threads
# Executable topotool
"exe/topology.byte": pkg_ocamlgraph
"exe/topology.byte": pkg_packet
"exe/topology.byte": pkg_threads
"exe/topology.byte": use_topology
<exe/*.ml{,i}>: pkg_ocamlgraph
<exe/*.ml{,i}>: pkg_packet
<exe/*.ml{,i}>: pkg_threads
<exe/*.ml{,i}>: use_topology
# Executable unittest
"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_threads
"test/Test.byte": use_topology
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_ocamlgraph
<test/*.ml{,i}>: pkg_pa_ounit
<test/*.ml{,i}>: pkg_pa_ounit.syntax
<test/*.ml{,i}>: pkg_packet
<test/*.ml{,i}>: pkg_threads
<test/*.ml{,i}>: use_topology
# OASIS_STOP
<test/*.ml>: syntax_camlp4o