# 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 : pkg_str : pkg_unix : use_fileutils # Executable BenchFind : pkg_unix : 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 : pkg_oUnit : pkg_str : pkg_unix : use_fileutils : use_fileutils-str # OASIS_STOP