_tags 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # OASIS_START
  2. # DO NOT EDIT (digest: db4bdd27155ce9d25c2a54aac4c69750)
  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. # Executable oclaunch
  18. <src/oclaunch.{native,byte}>: pkg_atdgen
  19. <src/oclaunch.{native,byte}>: pkg_core
  20. <src/oclaunch.{native,byte}>: pkg_re2
  21. <src/oclaunch.{native,byte}>: pkg_textutils
  22. <src/oclaunch.{native,byte}>: pkg_threads
  23. # Executable run_test
  24. <src/test/test.{native,byte}>: pkg_alcotest
  25. <src/test/test.{native,byte}>: pkg_atdgen
  26. <src/test/test.{native,byte}>: pkg_core
  27. <src/test/test.{native,byte}>: pkg_oUnit
  28. <src/test/test.{native,byte}>: pkg_re2
  29. <src/test/test.{native,byte}>: pkg_textutils
  30. <src/test/test.{native,byte}>: pkg_threads
  31. <src/*.ml{,i,y}>: pkg_alcotest
  32. <src/*.ml{,i,y}>: pkg_atdgen
  33. <src/*.ml{,i,y}>: pkg_core
  34. <src/*.ml{,i,y}>: pkg_oUnit
  35. <src/*.ml{,i,y}>: pkg_re2
  36. <src/*.ml{,i,y}>: pkg_textutils
  37. <src/*.ml{,i,y}>: pkg_threads
  38. <src/test/*.ml{,i,y}>: pkg_alcotest
  39. <src/test/*.ml{,i,y}>: pkg_atdgen
  40. <src/test/*.ml{,i,y}>: pkg_core
  41. <src/test/*.ml{,i,y}>: pkg_oUnit
  42. <src/test/*.ml{,i,y}>: pkg_re2
  43. <src/test/*.ml{,i,y}>: pkg_textutils
  44. <src/test/*.ml{,i,y}>: pkg_threads
  45. # OASIS_STOP