ya.make 697 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. OWNER(g:ymake)
  2. PY23_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. TOP_LEVEL
  6. _common.py
  7. _requirements.py
  8. _xsyn_includes.py
  9. bundle.py
  10. coverage.py
  11. cp.py
  12. cpp_style.py
  13. create_init_py.py
  14. credits.py
  15. docs.py
  16. files.py
  17. gobuild.py
  18. ios_app_settings.py
  19. ios_assets.py
  20. java.py
  21. large_files.py
  22. linker_script.py
  23. lj_archive.py
  24. llvm_bc.py
  25. macros_with_error.py
  26. nots.py
  27. pybuild.py
  28. res.py
  29. suppressions.py
  30. yql_python_udf.py
  31. ytest.py
  32. )
  33. PEERDIR(
  34. build/plugins/lib/proxy
  35. build/plugins/lib/test_const/proxy
  36. )
  37. END()
  38. RECURSE(
  39. tests
  40. lib
  41. lib/nots
  42. lib/proxy
  43. lib/test_const
  44. lib/test_const/proxy
  45. )