#
# This file is part of Bisect.
# Copyright (C) 2008-2012 Xavier Clerc.
#
# Bisect is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# Bisect is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

# Directories
true: -traverse
<src/**>: include

# Options
<src/**>: use_unix
<src/**> and not "src/threads/bisectThread.ml": for-pack(Bisect)
"src/syntax/instrumentCamlp4.ml": pp_camlp4of, use_camlp4
"src/syntax/ast_mapper.ml": use_compiler_libs
"src/syntax/instrumentPpx.ml": use_compiler_libs
"src/syntax/commentsCamlp4.ml": use_camlp4
<src/syntax/bisect_ppx.{byte,native,jar}>: use_str, use_compiler_libs
"src/threads/bisectThread.ml": thread
<src/report/report.{byte,native,jar}>: use_str
<src/**/*.ml{,i}>: warnings

# Generation of version file
"src/library/version.mli": src_library_version_ml
