# -*- conf -*-

<src/**/*.ml{,i}>: cppo_V_OCAML, cppo_interact, package(compiler-libs)
<src/camlp5/**/*.ml{,i}>: use_camlp5

<**/*.ml>: warn(-3-40@8)

# OASIS_START
# DO NOT EDIT (digest: 0e8c977c59cd4b29b0e0ba0f7c9f1d20)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library utop
"src/lib/utop.cmxs": use_utop
<src/lib/*.ml{,i,y}>: package(findlib)
<src/lib/*.ml{,i,y}>: package(lambda-term)
<src/lib/*.ml{,i,y}>: package(threads)
# Library utop-camlp4
"src/camlp4/utop-camlp4.cmxs": use_utop-camlp4
<src/camlp4/*.ml{,i,y}>: package(camlp4)
<src/camlp4/*.ml{,i,y}>: package(findlib)
<src/camlp4/*.ml{,i,y}>: package(lambda-term)
<src/camlp4/*.ml{,i,y}>: package(threads)
<src/camlp4/*.ml{,i,y}>: use_utop
# Executable utop
"src/top/uTop_top.byte": package(findlib)
"src/top/uTop_top.byte": package(lambda-term)
"src/top/uTop_top.byte": package(threads)
"src/top/uTop_top.byte": use_utop
# Executable utop-full
"src/top/uTop_top_full.byte": package(findlib)
"src/top/uTop_top_full.byte": package(lambda-term)
"src/top/uTop_top_full.byte": package(threads)
"src/top/uTop_top_full.byte": use_utop
<src/top/*.ml{,i,y}>: package(findlib)
<src/top/*.ml{,i,y}>: package(lambda-term)
<src/top/*.ml{,i,y}>: package(threads)
<src/top/*.ml{,i,y}>: use_utop
# OASIS_STOP
