|
| 1 | +# OASIS_START |
| 2 | +# DO NOT EDIT (digest: 224e0ec4e529dd26b219b55fb1278f1b) |
| 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 | +<**/.svn>: -traverse |
| 7 | +<**/.svn>: not_hygienic |
| 8 | +".bzr": -traverse |
| 9 | +".bzr": not_hygienic |
| 10 | +".hg": -traverse |
| 11 | +".hg": not_hygienic |
| 12 | +".git": -traverse |
| 13 | +".git": not_hygienic |
| 14 | +"_darcs": -traverse |
| 15 | +"_darcs": not_hygienic |
| 16 | +# Library dht |
| 17 | +"lib/dht.cmxs": use_dht |
| 18 | +<lib/*.ml{,i}>: pkg_bitstring |
| 19 | +<lib/*.ml{,i}>: pkg_bitstring.syntax |
| 20 | +<lib/*.ml{,i}>: pkg_cryptokit |
| 21 | +<lib/*.ml{,i}>: pkg_lwt |
| 22 | +<lib/*.ml{,i}>: pkg_lwt.unix |
| 23 | +<lib/*.ml{,i}>: pkg_qcheck |
| 24 | +<lib/*.ml{,i}>: pkg_zarith |
| 25 | +# Executable find_ih |
| 26 | +<lib_test/find_ih.{native,byte}>: pkg_bitstring |
| 27 | +<lib_test/find_ih.{native,byte}>: pkg_bitstring.syntax |
| 28 | +<lib_test/find_ih.{native,byte}>: pkg_cryptokit |
| 29 | +<lib_test/find_ih.{native,byte}>: pkg_lwt |
| 30 | +<lib_test/find_ih.{native,byte}>: pkg_lwt.unix |
| 31 | +<lib_test/find_ih.{native,byte}>: pkg_qcheck |
| 32 | +<lib_test/find_ih.{native,byte}>: pkg_zarith |
| 33 | +<lib_test/find_ih.{native,byte}>: use_dht |
| 34 | +<lib_test/*.ml{,i}>: pkg_bitstring |
| 35 | +<lib_test/*.ml{,i}>: pkg_bitstring.syntax |
| 36 | +<lib_test/*.ml{,i}>: pkg_cryptokit |
| 37 | +<lib_test/*.ml{,i}>: pkg_lwt |
| 38 | +<lib_test/*.ml{,i}>: pkg_lwt.unix |
| 39 | +<lib_test/*.ml{,i}>: pkg_qcheck |
| 40 | +<lib_test/*.ml{,i}>: pkg_zarith |
| 41 | +<lib_test/*.ml{,i}>: use_dht |
| 42 | +<lib_test/find_ih.{native,byte}>: custom |
| 43 | +# OASIS_STOP |
0 commit comments