-
Notifications
You must be signed in to change notification settings - Fork 4
/
_tags
40 lines (40 loc) · 1.13 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
# OASIS_START
# DO NOT EDIT (digest: 328fe8ccbd084970849b8a74b8ab385b)
# 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 riak
"src/riak.cmxs": use_riak
<src/*.ml{,i}>: pkg_lwt
<src/*.ml{,i}>: pkg_lwt.unix
<src/*.ml{,i}>: pkg_lwt.syntax
<src/*.ml{,i}>: pkg_piqi.runtime
<src/*.ml{,i}>: pkg_riak-pb
# Executable test
"test/test.byte": use_riak
"test/test.byte": pkg_lwt
"test/test.byte": pkg_lwt.unix
"test/test.byte": pkg_lwt.syntax
"test/test.byte": pkg_piqi.runtime
"test/test.byte": pkg_oUnit
"test/test.byte": pkg_riak-pb
<test/*.ml{,i}>: use_riak
<test/*.ml{,i}>: pkg_lwt
<test/*.ml{,i}>: pkg_lwt.unix
<test/*.ml{,i}>: pkg_lwt.syntax
<test/*.ml{,i}>: pkg_piqi.runtime
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_riak-pb
# OASIS_STOP
<src/*>: syntax_camlp4o, pkg_lwt.syntax
<test/*>: syntax_camlp4o, pkg_lwt.syntax