_tags 798 B

1234567891011121314151617181920212223242526
  1. # OASIS_START
  2. # DO NOT EDIT (digest: 02210ef353a898c316823ab4516d6163)
  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. <src/*.ml{,i,y}>: pkg_atdgen
  23. <src/*.ml{,i,y}>: pkg_core
  24. <src/*.ml{,i,y}>: pkg_core_extended
  25. <src/*.ml{,i,y}>: pkg_threads
  26. # OASIS_STOP