-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
53 lines (53 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
# OASIS_START
# DO NOT EDIT (digest: 14efce96e866a4e0543e9d5334d3e3da)
# 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 omitie
"lib/omitie.cmxs": use_omitie
<lib/omitie.{cma,cmxa}>: oasis_library_omitie_cclib
<lib/omitie.{cma,cmxa}>: oasis_library_omitie_dlllib
<lib/*.ml{,i}>: pkg_ctypes
<lib/*.ml{,i}>: pkg_ctypes.foreign
<lib/*.ml{,i}>: pkg_threads
# Executable test_omitie
<lib_test/test_omitie.{native,byte}>: pkg_ctypes
<lib_test/test_omitie.{native,byte}>: pkg_ctypes.foreign
<lib_test/test_omitie.{native,byte}>: pkg_oUnit
<lib_test/test_omitie.{native,byte}>: pkg_threads
<lib_test/test_omitie.{native,byte}>: use_omitie
<lib_test/*.ml{,i}>: pkg_ctypes
<lib_test/*.ml{,i}>: pkg_ctypes.foreign
<lib_test/*.ml{,i}>: pkg_oUnit
<lib_test/*.ml{,i}>: pkg_threads
<lib_test/*.ml{,i}>: use_omitie
# Executable simple
<examples/simple.{native,byte}>: pkg_ctypes
<examples/simple.{native,byte}>: pkg_ctypes.foreign
<examples/simple.{native,byte}>: pkg_threads
<examples/simple.{native,byte}>: use_omitie
# Executable server
<examples/server.{native,byte}>: pkg_cow.syntax
<examples/server.{native,byte}>: pkg_ctypes
<examples/server.{native,byte}>: pkg_ctypes.foreign
<examples/server.{native,byte}>: pkg_opium
<examples/server.{native,byte}>: pkg_threads
<examples/server.{native,byte}>: use_omitie
<examples/*.ml{,i}>: pkg_cow.syntax
<examples/*.ml{,i}>: pkg_ctypes
<examples/*.ml{,i}>: pkg_ctypes.foreign
<examples/*.ml{,i}>: pkg_opium
<examples/*.ml{,i}>: pkg_threads
<examples/*.ml{,i}>: use_omitie
<examples/server.{native,byte}>: custom
# OASIS_STOP