#
# This file is part of Barista.
# Copyright (C) 2007-2011 Xavier Clerc.
#
# Barista 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.
#
# Barista 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_bigarray, use_camomile, use_unix, use_zip
<src/**> and not "src/driver/barista.ml": for-pack(BaristaLibrary)
<**/*.ml{,i}>: pp(camlp4of ../syntax/_build/src/barista_pp.cmo)
<**/*.ml{,i}>: warnings

# Generation of version file
"src/common/currentVersion.mli": src_common_currentVersion_ml
"src/driver/predef.mli": src_driver_predef_ml
