-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
35 lines (35 loc) · 1.21 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
# OASIS_START
# DO NOT EDIT (digest: 2ba829d3364eb793662c80dd71ee7b74)
# 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 statvfs
"lib/statvfs.cmxs": use_statvfs
<lib/statvfs.{cma,cmxa}>: oasis_library_statvfs_byte
<lib/*.ml{,i}>: oasis_library_statvfs_byte
<lib/statvfs.{cma,cmxa}>: oasis_library_statvfs_native
<lib/*.ml{,i}>: oasis_library_statvfs_native
<lib/*.ml{,i}>: pkg_ctypes
<lib/*.ml{,i}>: pkg_ctypes.foreign
# Executable statvfs-test
"test/statvfs_test.byte": oasis_executable_statvfs_test_byte
<test/*.ml{,i}>: oasis_executable_statvfs_test_byte
"test/statvfs_test.byte": oasis_executable_statvfs_test_native
<test/*.ml{,i}>: oasis_executable_statvfs_test_native
"test/statvfs_test.byte": use_statvfs
"test/statvfs_test.byte": pkg_ctypes
"test/statvfs_test.byte": pkg_ctypes.foreign
<test/*.ml{,i}>: use_statvfs
<test/*.ml{,i}>: pkg_ctypes
<test/*.ml{,i}>: pkg_ctypes.foreign
# OASIS_STOP