#
# This file is part of Bisect.
# Copyright (C) 2008-2011 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/instrument.ml": pp(camlp4of), use_camlp4
"src/threads/bisectThread.ml": thread
<src/**/*.ml{,i}>: warn_Ae
<src/**/*.ml{,i}>: warn_error_A

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