#
# Include the standard configuration for OCaml applications
#
open build/OCaml

# Default values, which can be overridden by the command line:
DEBUG = false
BYTE_ENABLED   = true
NATIVE_ENABLED = false
RELEASE = true

#
# Process the command-line variables are defined *after* the standard
# configuration has been loaded.
#
DefineCommandVars()

#
# Include the OMakefile in this directory.
#
.SUBDIRS: .
