# -*- conf -*-

<syntax/*.ml>: syntax_camlp4o
<src/*>: use_iconv

# OASIS_START
# DO NOT EDIT (digest: 92d448711bc3c8bbbabeafb99825e70d)
# 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 text
"src/text.cmxs": use_text
<src/text.{cma,cmxa}>: use_libtext_stubs
# Library text-bigarray
"src/text-bigarray.cmxs": use_text-bigarray
<src/text-bigarray.{cma,cmxa}>: use_libtext-bigarray_stubs
<src/*.ml{,i}>: pkg_bigarray
"src/ml_text_bigarray.c": use_text
"src/ml_text_bigarray.c": pkg_bigarray
# Library text-pcre
"src/text-pcre.cmxs": use_text-pcre
<src/*.ml{,i}>: use_text
<src/*.ml{,i}>: pkg_pcre
# Library text-pcre-syntax
"syntax/text-pcre-syntax.cmxs": use_text-pcre-syntax
<syntax/*.ml{,i}>: use_text
<syntax/*.ml{,i}>: pkg_camlp4
<syntax/*.ml{,i}>: pkg_camlp4.quotations.o
<syntax/*.ml{,i}>: pkg_camlp4.extend
# Executable test
<tests/test.{native,byte}>: use_text
<tests/*.ml{,i}>: use_text
# OASIS_STOP
