ya.make 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. LIBRARY()
  2. OWNER(serxa g:kikimr)
  3. RESOURCE(
  4. static/common.css lwtrace/mon/static/common.css
  5. static/common.js lwtrace/mon/static/common.js
  6. static/css/bootstrap.min.css lwtrace/mon/static/css/bootstrap.min.css
  7. static/css/d3-gantt.css lwtrace/mon/static/css/d3-gantt.css
  8. static/css/jquery.treegrid.css lwtrace/mon/static/css/jquery.treegrid.css
  9. static/analytics.css lwtrace/mon/static/analytics.css
  10. static/analytics.flot.html lwtrace/mon/static/analytics.flot.html
  11. static/analytics.gantt.html lwtrace/mon/static/analytics.gantt.html
  12. static/analytics.header.html lwtrace/mon/static/analytics.header.html
  13. static/analytics.js lwtrace/mon/static/analytics.js
  14. static/fonts/glyphicons-halflings-regular.eot lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot
  15. static/fonts/glyphicons-halflings-regular.svg lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg
  16. static/fonts/glyphicons-halflings-regular.ttf lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf
  17. static/fonts/glyphicons-halflings-regular.woff2 lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2
  18. static/fonts/glyphicons-halflings-regular.woff lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff
  19. static/footer.html lwtrace/mon/static/footer.html
  20. static/header.html lwtrace/mon/static/header.html
  21. static/img/collapse.png lwtrace/mon/static/img/collapse.png
  22. static/img/expand.png lwtrace/mon/static/img/expand.png
  23. static/img/file.png lwtrace/mon/static/img/file.png
  24. static/img/folder.png lwtrace/mon/static/img/folder.png
  25. static/js/bootstrap.min.js lwtrace/mon/static/js/bootstrap.min.js
  26. static/js/d3.v4.min.js lwtrace/mon/static/js/d3.v4.min.js
  27. static/js/d3-gantt.js lwtrace/mon/static/js/d3-gantt.js
  28. static/js/d3-tip-0.8.0-alpha.1.js lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js
  29. static/js/filesaver.min.js lwtrace/mon/static/js/filesaver.min.js
  30. static/js/jquery.flot.extents.js lwtrace/mon/static/js/jquery.flot.extents.js
  31. static/js/jquery.flot.min.js lwtrace/mon/static/js/jquery.flot.min.js
  32. static/js/jquery.flot.navigate.min.js lwtrace/mon/static/js/jquery.flot.navigate.min.js
  33. static/js/jquery.flot.selection.min.js lwtrace/mon/static/js/jquery.flot.selection.min.js
  34. static/js/jquery.min.js lwtrace/mon/static/js/jquery.min.js
  35. static/js/jquery.treegrid.bootstrap3.js lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js
  36. static/js/jquery.treegrid.min.js lwtrace/mon/static/js/jquery.treegrid.min.js
  37. static/js/jquery.url.min.js lwtrace/mon/static/js/jquery.url.min.js
  38. )
  39. SRCS(
  40. mon_lwtrace.cpp
  41. )
  42. PEERDIR(
  43. library/cpp/html/pcdata
  44. library/cpp/lwtrace
  45. library/cpp/lwtrace/mon/analytics
  46. library/cpp/monlib/dynamic_counters
  47. library/cpp/resource
  48. library/cpp/string_utils/base64
  49. )
  50. END()