_tags 1.3 KB

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