Blame _tags

Packit 9ff65e
# OASIS_START
Packit 9ff65e
# DO NOT EDIT (digest: 4b34a4a853e31c298670a5e399c22371)
Packit 9ff65e
# Ignore VCS directories, you can use the same kind of rule outside
Packit 9ff65e
# OASIS_START/STOP if you want to exclude directories that contains
Packit 9ff65e
# useless stuff for the build process
Packit 9ff65e
true: annot, bin_annot
Packit 9ff65e
<**/.svn>: -traverse
Packit 9ff65e
<**/.svn>: not_hygienic
Packit 9ff65e
".bzr": -traverse
Packit 9ff65e
".bzr": not_hygienic
Packit 9ff65e
".hg": -traverse
Packit 9ff65e
".hg": not_hygienic
Packit 9ff65e
".git": -traverse
Packit 9ff65e
".git": not_hygienic
Packit 9ff65e
"_darcs": -traverse
Packit 9ff65e
"_darcs": not_hygienic
Packit 9ff65e
# Library fileutils
Packit 9ff65e
"src/fileutils.cmxs": use_fileutils
Packit 9ff65e
# Library fileutils-str
Packit 9ff65e
"src/fileutils-str.cmxs": use_fileutils-str
Packit 9ff65e
<src/*.ml{,i,y}>: pkg_str
Packit 9ff65e
<src/*.ml{,i,y}>: pkg_unix
Packit 9ff65e
<src/*.ml{,i,y}>: use_fileutils
Packit 9ff65e
# Executable BenchFind
Packit 9ff65e
<test/BenchFind.{native,byte}>: pkg_unix
Packit 9ff65e
<test/BenchFind.{native,byte}>: use_fileutils
Packit 9ff65e
# Executable test
Packit 9ff65e
"test/test.byte": pkg_oUnit
Packit 9ff65e
"test/test.byte": pkg_str
Packit 9ff65e
"test/test.byte": pkg_unix
Packit 9ff65e
"test/test.byte": use_fileutils
Packit 9ff65e
"test/test.byte": use_fileutils-str
Packit 9ff65e
<test/*.ml{,i,y}>: pkg_oUnit
Packit 9ff65e
<test/*.ml{,i,y}>: pkg_str
Packit 9ff65e
<test/*.ml{,i,y}>: pkg_unix
Packit 9ff65e
<test/*.ml{,i,y}>: use_fileutils
Packit 9ff65e
<test/*.ml{,i,y}>: use_fileutils-str
Packit 9ff65e
# OASIS_STOP