#
# Make sure omake is up-to-date
#
OMakeVersion(0.9.0)

#
# Include the standard configuration
#
open build/Common
open build/C
open build/OCaml
open build/LaTeX
open configure/Configure

#
# LibMojave is standalone
#
LM_STANDALONE = true

#
# Include the OMakefile
#
.SUBDIRS: .

