# OASIS_START
# DO NOT EDIT (digest: 0fa9613c0df3c90bc60c6e8d0f34896c)
# 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 crc
"lib/crc.cmxs": use_crc
<lib/crc.{cma,cmxa}>: oasis_library_crc_byte
<lib/*.ml{,i}>: oasis_library_crc_byte
"lib/crc_stubs.c": oasis_library_crc_byte
<lib/crc.{cma,cmxa}>: oasis_library_crc_native
<lib/*.ml{,i}>: oasis_library_crc_native
"lib/crc_stubs.c": oasis_library_crc_native
<lib/crc.{cma,cmxa}>: use_libcrc_stubs
<lib/*.ml{,i}>: pkg_cstruct
"lib/crc_stubs.c": pkg_cstruct
# Executable crc_test
"test/crc_test.byte": oasis_executable_crc_test_byte
<test/*.ml{,i}>: oasis_executable_crc_test_byte
"test/crc_test.byte": oasis_executable_crc_test_native
<test/*.ml{,i}>: oasis_executable_crc_test_native
"test/crc_test.byte": use_crc
"test/crc_test.byte": pkg_oUnit
"test/crc_test.byte": pkg_cstruct
<test/*.ml{,i}>: use_crc
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_cstruct
# OASIS_STOP
<lib>: include
