-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
36 lines (36 loc) · 1.25 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
# OASIS_START
# DO NOT EDIT (digest: 8410825dbcd81d21f1c2d33fbca555c0)
# 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-math
"src/posix-math.cmxs": use_posix-math
<src/*.ml{,i,y}>: oasis_library_posix_math_ccopt
"src/math.c": oasis_library_posix_math_ccopt
"src/fenv.c": oasis_library_posix_math_ccopt
<src/posix-math.{cma,cmxa}>: oasis_library_posix_math_cclib
"src/libposix-math_stubs.lib": oasis_library_posix_math_cclib
"src/dllposix-math_stubs.dll": oasis_library_posix_math_cclib
"src/libposix-math_stubs.a": oasis_library_posix_math_cclib
"src/dllposix-math_stubs.so": oasis_library_posix_math_cclib
<src/posix-math.{cma,cmxa}>: use_libposix-math_stubs
<src/*.ml{,i,y}>: pkg_result
"src/math.c": pkg_result
"src/fenv.c": pkg_result
# Executable test
<test/test.{native,byte}>: pkg_result
<test/test.{native,byte}>: use_posix-math
<test/*.ml{,i,y}>: pkg_result
<test/*.ml{,i,y}>: use_posix-math
# OASIS_STOP