true: safe_string, cppo_V_OCAML, cppo_I(src/)

# We ask ocamlopt to inline brutally to avoir heap allocations when possible
<src/*.ml>: inline(1000)

<src/endian*.ml>: include_common
<src/*.ml>: include_400, include_401

# OASIS_START
# DO NOT EDIT (digest: 7916603433723a4a8c213dd4495693fc)
# 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 ocplib_endian
"src/ocplib_endian.cmxs": use_ocplib_endian
# Library bigstring
"src/bigstring.cmxs": use_bigstring
<src/*.ml{,i,y}>: pkg_bigarray
<src/*.ml{,i,y}>: pkg_bytes
# Executable test
<tests/test.{native,byte}>: pkg_bigarray
<tests/test.{native,byte}>: pkg_bytes
<tests/test.{native,byte}>: use_bigstring
<tests/test.{native,byte}>: use_ocplib_endian
# Executable benchmark
<tests/bench.{native,byte}>: pkg_bigarray
<tests/bench.{native,byte}>: pkg_bytes
<tests/bench.{native,byte}>: use_bigstring
<tests/bench.{native,byte}>: use_ocplib_endian
<tests/*.ml{,i,y}>: pkg_bigarray
<tests/*.ml{,i,y}>: pkg_bytes
<tests/*.ml{,i,y}>: use_bigstring
<tests/*.ml{,i,y}>: use_ocplib_endian
# OASIS_STOP
