# OASIS_START
# DO NOT EDIT (digest: 6130d565a6b8b66ced080f5471d86dbf)
# 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
<**/.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 postgresql
"lib/postgresql.cmxs": use_postgresql
<lib/*.ml{,i}>: oasis_library_postgresql_ccopt
"lib/postgresql_stubs.c": oasis_library_postgresql_ccopt
<lib/postgresql.{cma,cmxa}>: oasis_library_postgresql_cclib
"lib/libpostgresql_stubs.lib": oasis_library_postgresql_cclib
"lib/dllpostgresql_stubs.dll": oasis_library_postgresql_cclib
"lib/libpostgresql_stubs.a": oasis_library_postgresql_cclib
"lib/dllpostgresql_stubs.so": oasis_library_postgresql_cclib
<lib/postgresql.{cma,cmxa}>: use_libpostgresql_stubs
<lib/*.ml{,i}>: pkg_threads
<lib/*.ml{,i}>: pkg_bigarray
"lib/postgresql_stubs.c": pkg_threads
"lib/postgresql_stubs.c": pkg_bigarray
# Executable cursor
<examples/cursor.{native,byte}>: use_postgresql
<examples/cursor.{native,byte}>: pkg_threads
<examples/cursor.{native,byte}>: pkg_bigarray
# Executable dump
<examples/dump.{native,byte}>: use_postgresql
<examples/dump.{native,byte}>: pkg_threads
<examples/dump.{native,byte}>: pkg_bigarray
# Executable populate
<examples/populate.{native,byte}>: use_postgresql
<examples/populate.{native,byte}>: pkg_threads
<examples/populate.{native,byte}>: pkg_bigarray
# Executable prompt
<examples/prompt.{native,byte}>: use_postgresql
<examples/prompt.{native,byte}>: pkg_threads
<examples/prompt.{native,byte}>: pkg_bigarray
# Executable prompt_gtk
<examples/prompt_gtk.{native,byte}>: use_postgresql
<examples/prompt_gtk.{native,byte}>: pkg_lablgtk2
<examples/prompt_gtk.{native,byte}>: pkg_threads
<examples/prompt_gtk.{native,byte}>: pkg_bigarray
<examples/*.ml{,i}>: pkg_lablgtk2
# Executable test_lo
<examples/test_lo.{native,byte}>: use_postgresql
<examples/test_lo.{native,byte}>: pkg_threads
<examples/test_lo.{native,byte}>: pkg_bigarray
<examples/*.ml{,i}>: use_postgresql
<examples/*.ml{,i}>: pkg_threads
<examples/*.ml{,i}>: pkg_bigarray
# OASIS_STOP

true: -traverse
<{lib,examples}/**>: traverse

<**/*.ml{,i}>: warn(Aer-44), strict_sequence, annot
"lib/postgresql.cmxs": use_libpostgresql_stubs
