ya.make 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. FSFAP AND
  5. MIT
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.58.0)
  9. ORIGINAL_SOURCE(https://github.com/nghttp2/nghttp2/archive/v1.58.0.tar.gz)
  10. ADDINCL(
  11. GLOBAL contrib/libs/nghttp2/lib/includes
  12. contrib/libs/nghttp2
  13. contrib/libs/nghttp2/lib
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_RUNTIME()
  17. CFLAGS(
  18. -DBUILDING_NGHTTP2
  19. -DHAVE_CONFIG_H
  20. )
  21. SRCS(
  22. lib/nghttp2_buf.c
  23. lib/nghttp2_callbacks.c
  24. lib/nghttp2_debug.c
  25. lib/nghttp2_extpri.c
  26. lib/nghttp2_frame.c
  27. lib/nghttp2_hd.c
  28. lib/nghttp2_hd_huffman.c
  29. lib/nghttp2_hd_huffman_data.c
  30. lib/nghttp2_helper.c
  31. lib/nghttp2_http.c
  32. lib/nghttp2_map.c
  33. lib/nghttp2_mem.c
  34. lib/nghttp2_npn.c
  35. lib/nghttp2_option.c
  36. lib/nghttp2_outbound_item.c
  37. lib/nghttp2_pq.c
  38. lib/nghttp2_priority_spec.c
  39. lib/nghttp2_queue.c
  40. lib/nghttp2_ratelim.c
  41. lib/nghttp2_rcbuf.c
  42. lib/nghttp2_session.c
  43. lib/nghttp2_stream.c
  44. lib/nghttp2_submit.c
  45. lib/nghttp2_time.c
  46. lib/nghttp2_version.c
  47. lib/sfparse.c
  48. )
  49. END()