# OASIS_START
# DO NOT EDIT (digest: 3a553ff268349bea42a7b613abb96494)
# 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 expect
"src/expect.cmxs": use_expect
# Library expect-pcre
"src/expect-pcre.cmxs": use_expect-pcre
<src/*.ml{,i}>: pkg_pcre
# Library expect-str
"src/expect-str.cmxs": use_expect-str
<src/*.ml{,i}>: use_expect
<src/*.ml{,i}>: pkg_str
<src/*.ml{,i}>: pkg_unix
<src/*.ml{,i}>: pkg_batteries
# Executable test
"test/test.byte": use_expect-str
"test/test.byte": use_expect-pcre
"test/test.byte": use_expect
"test/test.byte": pkg_oUnit
"test/test.byte": pkg_threads
"test/test.byte": pkg_str
"test/test.byte": pkg_pcre
"test/test.byte": pkg_unix
"test/test.byte": pkg_batteries
<test/*.ml{,i}>: use_expect-str
<test/*.ml{,i}>: use_expect-pcre
<test/*.ml{,i}>: use_expect
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_threads
<test/*.ml{,i}>: pkg_str
<test/*.ml{,i}>: pkg_pcre
<test/*.ml{,i}>: pkg_unix
<test/*.ml{,i}>: pkg_batteries
# Executable qa
# OASIS_STOP
