|
1 | 1 | # OASIS_START
|
| 2 | +# DO NOT EDIT (digest: d07a4f5df8ed9187d90150fece42e278) |
| 3 | +# Ignore VCS directories, you can use the same kind of rule outside |
| 4 | +# OASIS_START/STOP if you want to exclude directories that contains |
| 5 | +# useless stuff for the build process |
| 6 | +true: annot, bin_annot |
| 7 | +<**/.svn>: -traverse |
| 8 | +<**/.svn>: not_hygienic |
| 9 | +".bzr": -traverse |
| 10 | +".bzr": not_hygienic |
| 11 | +".hg": -traverse |
| 12 | +".hg": not_hygienic |
| 13 | +".git": -traverse |
| 14 | +".git": not_hygienic |
| 15 | +"_darcs": -traverse |
| 16 | +"_darcs": not_hygienic |
| 17 | +# Library tyxml_f |
| 18 | +"lib/tyxml_f.cmxs": use_tyxml_f |
| 19 | +<lib/*.ml{,i,y}>: package(re) |
| 20 | +<lib/*.ml{,i,y}>: package(uutf) |
| 21 | +# Library tyxml |
| 22 | +"implem/tyxml.cmxs": use_tyxml |
| 23 | +<implem/*.ml{,i,y}>: package(re) |
| 24 | +<implem/*.ml{,i,y}>: package(uutf) |
| 25 | +<implem/*.ml{,i,y}>: use_tyxml_f |
| 26 | +# Library tyxml_top |
| 27 | +"implem/top/tyxml_top.cmxs": use_tyxml_top |
| 28 | +<implem/top/*.ml{,i,y}>: package(compiler-libs.toplevel) |
| 29 | +# Library tyxml_tools |
| 30 | +"tools/tyxml_tools.cmxs": use_tyxml_tools |
| 31 | +# Executable autoname |
| 32 | +"tools/autoname.byte": package(bytes) |
| 33 | +"tools/autoname.byte": use_tyxml_tools |
| 34 | +<tools/*.ml{,i,y}>: package(bytes) |
| 35 | +<tools/*.ml{,i,y}>: use_tyxml_tools |
| 36 | +# Library pa_tyxml |
| 37 | +"syntax/pa_tyxml.cmxs": use_pa_tyxml |
| 38 | +<syntax/*.ml{,i,y}>: package(camlp4) |
| 39 | +# Library tymlx_p |
| 40 | +"syntax/tymlx_p.cmxs": use_tymlx_p |
| 41 | +<syntax/*.ml{,i,y}>: package(bytes) |
| 42 | +<syntax/*.ml{,i,y}>: package(camlp4.lib) |
| 43 | +# Library ppx |
| 44 | +"ppx/ppx.cmxs": use_ppx |
| 45 | +# Library ppx_internal |
| 46 | +"ppx/ppx_internal.cmxs": use_ppx_internal |
| 47 | +# Executable ppx_tyxml |
| 48 | +<ppx/ppx_tyxml_ex.{native,byte}>: package(bytes) |
| 49 | +<ppx/ppx_tyxml_ex.{native,byte}>: package(markup) |
| 50 | +<ppx/ppx_tyxml_ex.{native,byte}>: package(ppx_tools.metaquot) |
| 51 | +<ppx/ppx_tyxml_ex.{native,byte}>: package(re.str) |
| 52 | +<ppx/ppx_tyxml_ex.{native,byte}>: use_ppx_internal |
| 53 | +<ppx/ppx_tyxml_ex.{native,byte}>: use_tyxml_tools |
| 54 | +<ppx/*.ml{,i,y}>: package(markup) |
| 55 | +<ppx/*.ml{,i,y}>: package(re.str) |
| 56 | +<ppx/*.ml{,i,y}>: use_ppx_internal |
| 57 | +# Executable ppx_reflect |
| 58 | +<ppx/ppx_reflect.{native,byte}>: package(bytes) |
| 59 | +<ppx/ppx_reflect.{native,byte}>: package(ppx_tools.metaquot) |
| 60 | +<ppx/ppx_reflect.{native,byte}>: use_tyxml_tools |
| 61 | +<ppx/*.ml{,i,y}>: package(bytes) |
| 62 | +<ppx/*.ml{,i,y}>: package(ppx_tools.metaquot) |
| 63 | +<ppx/*.ml{,i,y}>: use_tyxml_tools |
| 64 | +# Executable emit_big |
| 65 | +<test/emitbig.{native,byte}>: package(re) |
| 66 | +<test/emitbig.{native,byte}>: package(unix) |
| 67 | +<test/emitbig.{native,byte}>: package(uutf) |
| 68 | +<test/emitbig.{native,byte}>: use_tyxml |
| 69 | +<test/emitbig.{native,byte}>: use_tyxml_f |
| 70 | +<test/*.ml{,i,y}>: package(unix) |
| 71 | +# Executable main_test |
| 72 | +"test/main_test.byte": package(alcotest) |
| 73 | +"test/main_test.byte": package(re) |
| 74 | +"test/main_test.byte": package(uutf) |
| 75 | +"test/main_test.byte": use_tyxml |
| 76 | +"test/main_test.byte": use_tyxml_f |
| 77 | +<test/*.ml{,i,y}>: package(alcotest) |
| 78 | +<test/*.ml{,i,y}>: package(re) |
| 79 | +<test/*.ml{,i,y}>: package(uutf) |
| 80 | +<test/*.ml{,i,y}>: use_tyxml |
| 81 | +<test/*.ml{,i,y}>: use_tyxml_f |
| 82 | +# Executable basic_website |
| 83 | +<examples/basic_website/site_html.{native,byte}>: package(re) |
| 84 | +<examples/basic_website/site_html.{native,byte}>: package(uutf) |
| 85 | +<examples/basic_website/site_html.{native,byte}>: use_tyxml |
| 86 | +<examples/basic_website/site_html.{native,byte}>: use_tyxml_f |
| 87 | +<examples/basic_website/*.ml{,i,y}>: package(re) |
| 88 | +<examples/basic_website/*.ml{,i,y}>: package(uutf) |
| 89 | +<examples/basic_website/*.ml{,i,y}>: use_tyxml |
| 90 | +<examples/basic_website/*.ml{,i,y}>: use_tyxml_f |
| 91 | +# Executable basic_website_ppx |
| 92 | +<examples/basic_website_ppx/site_html.{native,byte}>: package(re) |
| 93 | +<examples/basic_website_ppx/site_html.{native,byte}>: package(uutf) |
| 94 | +<examples/basic_website_ppx/site_html.{native,byte}>: use_tyxml |
| 95 | +<examples/basic_website_ppx/site_html.{native,byte}>: use_tyxml_f |
| 96 | +<examples/basic_website_ppx/*.ml{,i,y}>: package(re) |
| 97 | +<examples/basic_website_ppx/*.ml{,i,y}>: package(uutf) |
| 98 | +<examples/basic_website_ppx/*.ml{,i,y}>: use_tyxml |
| 99 | +<examples/basic_website_ppx/*.ml{,i,y}>: use_tyxml_f |
| 100 | +# Executable mini_website |
| 101 | +<examples/mini_website/minihtml.{native,byte}>: package(re) |
| 102 | +<examples/mini_website/minihtml.{native,byte}>: package(uutf) |
| 103 | +<examples/mini_website/minihtml.{native,byte}>: use_tyxml |
| 104 | +<examples/mini_website/minihtml.{native,byte}>: use_tyxml_f |
| 105 | +<examples/mini_website/*.ml{,i,y}>: package(re) |
| 106 | +<examples/mini_website/*.ml{,i,y}>: package(uutf) |
| 107 | +<examples/mini_website/*.ml{,i,y}>: use_tyxml |
| 108 | +<examples/mini_website/*.ml{,i,y}>: use_tyxml_f |
| 109 | +# Executable mini_website_ppx |
| 110 | +<examples/mini_website_ppx/minihtml.{native,byte}>: package(re) |
| 111 | +<examples/mini_website_ppx/minihtml.{native,byte}>: package(uutf) |
| 112 | +<examples/mini_website_ppx/minihtml.{native,byte}>: use_tyxml |
| 113 | +<examples/mini_website_ppx/minihtml.{native,byte}>: use_tyxml_f |
| 114 | +<examples/mini_website_ppx/*.ml{,i,y}>: package(re) |
| 115 | +<examples/mini_website_ppx/*.ml{,i,y}>: package(uutf) |
| 116 | +<examples/mini_website_ppx/*.ml{,i,y}>: use_tyxml |
| 117 | +<examples/mini_website_ppx/*.ml{,i,y}>: use_tyxml_f |
2 | 118 | # OASIS_STOP
|
3 | 119 | "syntax/basic_types.ml": camlp4rf
|
4 | 120 | "syntax/xhtmlparser.ml": camlp4rf
|
|
0 commit comments