|
1 | 1 | # OASIS_START |
2 | | -# DO NOT EDIT (digest: d32380a8a5d9af5342a2f383d8fb4575) |
| 2 | +# DO NOT EDIT (digest: 843c6fb516c1ba86d98cfc39f6e78629) |
3 | 3 | # Ignore VCS directories, you can use the same kind of rule outside |
4 | 4 | # OASIS_START/STOP if you want to exclude directories that contains |
5 | 5 | # useless stuff for the build process |
|
24 | 24 | "lib/dllpostgresql_stubs.so": oasis_library_postgresql_cclib |
25 | 25 | <lib/postgresql.{cma,cmxa}>: use_libpostgresql_stubs |
26 | 26 | <lib/*.ml{,i}>: pkg_bigarray |
| 27 | +<lib/*.ml{,i}>: pkg_bytes |
27 | 28 | <lib/*.ml{,i}>: pkg_threads |
28 | 29 | "lib/postgresql_stubs.c": pkg_bigarray |
| 30 | +"lib/postgresql_stubs.c": pkg_bytes |
29 | 31 | "lib/postgresql_stubs.c": pkg_threads |
30 | 32 | # Executable async |
31 | 33 | <examples/async.{native,byte}>: pkg_bigarray |
| 34 | +<examples/async.{native,byte}>: pkg_bytes |
32 | 35 | <examples/async.{native,byte}>: pkg_threads |
33 | 36 | <examples/async.{native,byte}>: use_postgresql |
34 | 37 | # Executable cursor |
35 | 38 | <examples/cursor.{native,byte}>: pkg_bigarray |
| 39 | +<examples/cursor.{native,byte}>: pkg_bytes |
36 | 40 | <examples/cursor.{native,byte}>: pkg_threads |
37 | 41 | <examples/cursor.{native,byte}>: use_postgresql |
38 | 42 | # Executable dump |
39 | 43 | <examples/dump.{native,byte}>: pkg_bigarray |
| 44 | +<examples/dump.{native,byte}>: pkg_bytes |
40 | 45 | <examples/dump.{native,byte}>: pkg_threads |
41 | 46 | <examples/dump.{native,byte}>: use_postgresql |
42 | 47 | # Executable populate |
43 | 48 | <examples/populate.{native,byte}>: pkg_bigarray |
| 49 | +<examples/populate.{native,byte}>: pkg_bytes |
44 | 50 | <examples/populate.{native,byte}>: pkg_threads |
45 | 51 | <examples/populate.{native,byte}>: use_postgresql |
46 | 52 | # Executable prompt |
47 | 53 | <examples/prompt.{native,byte}>: pkg_bigarray |
| 54 | +<examples/prompt.{native,byte}>: pkg_bytes |
48 | 55 | <examples/prompt.{native,byte}>: pkg_threads |
49 | 56 | <examples/prompt.{native,byte}>: use_postgresql |
50 | 57 | # Executable prompt_gtk |
51 | 58 | <examples/prompt_gtk.{native,byte}>: pkg_bigarray |
| 59 | +<examples/prompt_gtk.{native,byte}>: pkg_bytes |
52 | 60 | <examples/prompt_gtk.{native,byte}>: pkg_lablgtk2 |
53 | 61 | <examples/prompt_gtk.{native,byte}>: pkg_threads |
54 | 62 | <examples/prompt_gtk.{native,byte}>: use_postgresql |
55 | 63 | <examples/*.ml{,i}>: pkg_lablgtk2 |
56 | 64 | # Executable test_lo |
57 | 65 | <examples/test_lo.{native,byte}>: pkg_bigarray |
| 66 | +<examples/test_lo.{native,byte}>: pkg_bytes |
58 | 67 | <examples/test_lo.{native,byte}>: pkg_threads |
59 | 68 | <examples/test_lo.{native,byte}>: use_postgresql |
60 | 69 | <examples/*.ml{,i}>: pkg_bigarray |
| 70 | +<examples/*.ml{,i}>: pkg_bytes |
61 | 71 | <examples/*.ml{,i}>: pkg_threads |
62 | 72 | <examples/*.ml{,i}>: use_postgresql |
63 | 73 | # OASIS_STOP |
|
0 commit comments