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

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

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