Blob Blame History Raw
# OASIS_START
# DO NOT EDIT (digest: 4b34a4a853e31c298670a5e399c22371)
# 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 fileutils
"src/fileutils.cmxs": use_fileutils
# Library fileutils-str
"src/fileutils-str.cmxs": use_fileutils-str
<src/*.ml{,i,y}>: pkg_str
<src/*.ml{,i,y}>: pkg_unix
<src/*.ml{,i,y}>: use_fileutils
# Executable BenchFind
<test/BenchFind.{native,byte}>: pkg_unix
<test/BenchFind.{native,byte}>: use_fileutils
# Executable test
"test/test.byte": pkg_oUnit
"test/test.byte": pkg_str
"test/test.byte": pkg_unix
"test/test.byte": use_fileutils
"test/test.byte": use_fileutils-str
<test/*.ml{,i,y}>: pkg_oUnit
<test/*.ml{,i,y}>: pkg_str
<test/*.ml{,i,y}>: pkg_unix
<test/*.ml{,i,y}>: use_fileutils
<test/*.ml{,i,y}>: use_fileutils-str
# OASIS_STOP