ya.make 707 B

1234567891011121314151617181920212223
  1. LIBRARY()
  2. SRCS(
  3. css_mon_page.h
  4. fonts_mon_page.h
  5. js_mon_page.h
  6. )
  7. RESOURCE(
  8. static/css/bootstrap.min.css static/css/bootstrap.min.css
  9. static/fonts/glyphicons-halflings-regular.eot static/fonts/glyphicons-halflings-regular.eot
  10. static/fonts/glyphicons-halflings-regular.svg static/fonts/glyphicons-halflings-regular.svg
  11. static/fonts/glyphicons-halflings-regular.ttf static/fonts/glyphicons-halflings-regular.ttf
  12. static/fonts/glyphicons-halflings-regular.woff static/fonts/glyphicons-halflings-regular.woff
  13. static/js/bootstrap.min.js static/js/bootstrap.min.js
  14. static/js/jquery.min.js static/js/jquery.min.js
  15. )
  16. PEERDIR(
  17. library/cpp/monlib/dynamic_counters
  18. )
  19. END()