ya.make 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. VERSION(1.7.0)
  4. ORIGINAL_SOURCE(https://github.com/ngtcp2/nghttp3/releases/download/v1.7.0/nghttp3-1.7.0.tar.xz)
  5. LICENSE(
  6. FSFAP AND
  7. MIT
  8. )
  9. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  10. ADDINCL(
  11. GLOBAL contrib/libs/nghttp3/lib/includes
  12. contrib/libs/nghttp3
  13. )
  14. NO_COMPILER_WARNINGS()
  15. NO_RUNTIME()
  16. CFLAGS(
  17. -DBUILDING_NGHTTP3
  18. -DHAVE_CONFIG_H
  19. -DNGHTTP3_STATICLIB
  20. -Dsfparse_parser_dict=nghttp3_sfparse_parser_dict
  21. )
  22. SRCS(
  23. lib/nghttp3_balloc.c
  24. lib/nghttp3_buf.c
  25. lib/nghttp3_conn.c
  26. lib/nghttp3_conv.c
  27. lib/nghttp3_debug.c
  28. lib/nghttp3_err.c
  29. lib/nghttp3_frame.c
  30. lib/nghttp3_gaptr.c
  31. lib/nghttp3_http.c
  32. lib/nghttp3_idtr.c
  33. lib/nghttp3_ksl.c
  34. lib/nghttp3_map.c
  35. lib/nghttp3_mem.c
  36. lib/nghttp3_objalloc.c
  37. lib/nghttp3_opl.c
  38. lib/nghttp3_pq.c
  39. lib/nghttp3_qpack.c
  40. lib/nghttp3_qpack_huffman.c
  41. lib/nghttp3_qpack_huffman_data.c
  42. lib/nghttp3_range.c
  43. lib/nghttp3_rcbuf.c
  44. lib/nghttp3_ringbuf.c
  45. lib/nghttp3_str.c
  46. lib/nghttp3_stream.c
  47. lib/nghttp3_tnode.c
  48. lib/nghttp3_unreachable.c
  49. lib/nghttp3_vec.c
  50. lib/nghttp3_version.c
  51. lib/sfparse/sfparse.c
  52. )
  53. END()