-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
46 lines (46 loc) · 1.62 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: 108f35fd0f6df623d6e9af75f24caf8e)
# 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 posix-mqueue
"src/posix-mqueue.cmxs": use_posix-mqueue
<src/*.ml{,i,y}>: oasis_library_posix_mqueue_ccopt
"src/mqueue_stubs.c": oasis_library_posix_mqueue_ccopt
<src/posix-mqueue.{cma,cmxa}>: oasis_library_posix_mqueue_cclib
"src/libposix-mqueue_stubs.lib": oasis_library_posix_mqueue_cclib
"src/dllposix-mqueue_stubs.dll": oasis_library_posix_mqueue_cclib
"src/libposix-mqueue_stubs.a": oasis_library_posix_mqueue_cclib
"src/dllposix-mqueue_stubs.so": oasis_library_posix_mqueue_cclib
<src/posix-mqueue.{cma,cmxa}>: use_libposix-mqueue_stubs
<src/*.ml{,i,y}>: pkg_bytes
<src/*.ml{,i,y}>: pkg_posix-time
<src/*.ml{,i,y}>: pkg_result
<src/*.ml{,i,y}>: pkg_unix
"src/mqueue_stubs.c": pkg_bytes
"src/mqueue_stubs.c": pkg_posix-time
"src/mqueue_stubs.c": pkg_result
"src/mqueue_stubs.c": pkg_unix
# Executable mqtest
<test/test.{native,byte}>: pkg_bytes
<test/test.{native,byte}>: pkg_posix-time
<test/test.{native,byte}>: pkg_result
<test/test.{native,byte}>: pkg_unix
<test/test.{native,byte}>: use_posix-mqueue
<test/*.ml{,i,y}>: pkg_bytes
<test/*.ml{,i,y}>: pkg_posix-time
<test/*.ml{,i,y}>: pkg_result
<test/*.ml{,i,y}>: pkg_unix
<test/*.ml{,i,y}>: use_posix-mqueue
# OASIS_STOP