ya.make 493 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. OWNER(
  2. g:ymake
  3. somov
  4. )
  5. NEED_CHECK()
  6. PY2_LIBRARY()
  7. PY_SRCS(
  8. ymake_conf.py
  9. )
  10. PEERDIR(
  11. library/cpp/deprecated/enum_codegen
  12. library/cpp/deprecated/split
  13. library/cpp/string_utils/scan
  14. )
  15. END()
  16. RECURSE(
  17. conf_fatal_error
  18. config
  19. docs/empty
  20. external_resources
  21. platform/java
  22. platform/local_so
  23. platform/perl
  24. platform/python
  25. platform/python/ldflags
  26. plugins
  27. prebuilt
  28. scripts
  29. tests
  30. tests_slow
  31. yandex_specific/config
  32. )