ya.make 751 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. LIBRARY()
  2. GENERATE_ENUM_SERIALIZATION(priority.h)
  3. PEERDIR(
  4. library/cpp/json
  5. library/cpp/deprecated/atomic
  6. )
  7. SRCS(
  8. all.h
  9. backend.cpp
  10. backend_creator.cpp
  11. composite.cpp
  12. GLOBAL composite_creator.cpp
  13. element.cpp
  14. file.cpp
  15. GLOBAL file_creator.cpp
  16. filter.cpp
  17. filter_creator.cpp
  18. log.cpp
  19. null.cpp
  20. GLOBAL null_creator.cpp
  21. priority.h
  22. record.h
  23. rotating_file.cpp
  24. GLOBAL rotating_file_creator.cpp
  25. stream.cpp
  26. GLOBAL stream_creator.cpp
  27. sync_page_cache_file.cpp
  28. GLOBAL sync_page_cache_file_creator.cpp
  29. system.cpp
  30. GLOBAL system_creator.cpp
  31. thread.cpp
  32. thread_creator.cpp
  33. GLOBAL uninitialized_creator.cpp
  34. reopen.h
  35. )
  36. END()
  37. RECURSE(
  38. global
  39. ut
  40. )