|
1 | 1 | # OASIS_START
|
2 |
| -# DO NOT EDIT (digest: d7fb979fb34ae6a22a233304d6f1ba4b) |
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 |
| 2 | +# DO NOT EDIT (digest: 6ae27acb439a9d847880e98c9f93331b) |
| 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 | 5 | # useless stuff for the build process
|
| 6 | +true: annot, bin_annot |
6 | 7 | <**/.svn>: -traverse
|
7 | 8 | <**/.svn>: not_hygienic
|
8 | 9 | ".bzr": -traverse
|
|
13 | 14 | ".git": not_hygienic
|
14 | 15 | "_darcs": -traverse
|
15 | 16 | "_darcs": not_hygienic
|
16 |
| -# Library parallel |
17 |
| -"lib/parallel.cmxs": use_parallel |
18 |
| -<lib/*.ml{,i}>: pkg_lwt |
19 |
| -<lib/*.ml{,i}>: pkg_lwt.unix |
20 |
| -<lib/*.ml{,i}>: pkg_lwt.syntax |
21 |
| -<lib/*.ml{,i}>: pkg_fileutils |
| 17 | +# Library lwt_parallel |
| 18 | +"lib/lwt_parallel.cmxs": use_lwt_parallel |
| 19 | +<lib/*.ml{,i,y}>: pkg_lwt |
| 20 | +<lib/*.ml{,i,y}>: pkg_lwt.syntax |
| 21 | +<lib/*.ml{,i,y}>: pkg_lwt.unix |
22 | 22 | # Executable run_tests
|
23 |
| -"lib_test/run_tests.byte": use_parallel |
24 | 23 | "lib_test/run_tests.byte": pkg_lwt
|
25 |
| -"lib_test/run_tests.byte": pkg_lwt.unix |
26 | 24 | "lib_test/run_tests.byte": pkg_lwt.syntax
|
27 |
| -"lib_test/run_tests.byte": pkg_fileutils |
28 |
| -<lib_test/*.ml{,i}>: use_parallel |
29 |
| -<lib_test/*.ml{,i}>: pkg_lwt |
30 |
| -<lib_test/*.ml{,i}>: pkg_lwt.unix |
31 |
| -<lib_test/*.ml{,i}>: pkg_lwt.syntax |
32 |
| -<lib_test/*.ml{,i}>: pkg_fileutils |
| 25 | +"lib_test/run_tests.byte": pkg_lwt.unix |
| 26 | +"lib_test/run_tests.byte": use_lwt_parallel |
| 27 | +<lib_test/*.ml{,i,y}>: pkg_lwt |
| 28 | +<lib_test/*.ml{,i,y}>: pkg_lwt.syntax |
| 29 | +<lib_test/*.ml{,i,y}>: pkg_lwt.unix |
| 30 | +<lib_test/*.ml{,i,y}>: use_lwt_parallel |
33 | 31 | # OASIS_STOP
|
34 | 32 | <lib/*.ml> : syntax_camlp4o
|
35 | 33 | <lib/*.ml> : annot
|
|
0 commit comments