1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# OASIS_START
# DO NOT EDIT (digest: 62e47d1b0d5e15634de4d9a8d77ddcce)
# 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 tyxml
"lib/tyxml.cmxs": use_tyxml
<lib/*.ml{,i}>: pkg_str
# Library tyxml_f
"lib/tyxml_f.cmxs": use_tyxml_f
# Library pa_tyxml
"syntax/pa_tyxml.cmxs": use_pa_tyxml
"syntax/xmllexer.cmx": for-pack(Pa_tyxml)
"syntax/basic_types.cmx": for-pack(Pa_tyxml)
"syntax/camllexer.cmx": for-pack(Pa_tyxml)
"syntax/xhtmlparser.cmx": for-pack(Pa_tyxml)
"syntax/xhtmlsyntax.cmx": for-pack(Pa_tyxml)
<syntax/*.ml{,i}>: pkg_camlp4
# Library tymlx_p
"syntax/tymlx_p.cmxs": use_tymlx_p
<syntax/*.ml{,i}>: pkg_camlp4.lib
# OASIS_STOP
"syntax/basic_types.ml": camlp4rf
"syntax/xhtmlparser.ml": camlp4rf
"syntax/xhtmlsyntax.ml": camlp4rf
"syntax/simplexmlparser.ml": camlp4rf
<**/*.ml{,i}>: bin_annot
|