ya.make 2.7 KB

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