aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/ngtcp2/ya.make
blob: c1c7b88d783a42c86ae8e394f57fa62cfb42c965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by devtools/yamaker from nixpkgs 22.11.

LIBRARY()

VERSION(1.8.1)

ORIGINAL_SOURCE(https://github.com/ngtcp2/ngtcp2/releases/download/v1.8.1/ngtcp2-1.8.1.tar.xz)

LICENSE(
    BSD-3-Clause AND
    FSFAP AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/libs/openssl
)

ADDINCL(
    GLOBAL contrib/libs/ngtcp2/lib/includes
    contrib/libs/ngtcp2
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DBUILDING_NGTCP2
    -DHAVE_CONFIG_H
)

SRCS(
    lib/ngtcp2_acktr.c
    lib/ngtcp2_addr.c
    lib/ngtcp2_balloc.c
    lib/ngtcp2_bbr.c
    lib/ngtcp2_buf.c
    lib/ngtcp2_cc.c
    lib/ngtcp2_cid.c
    lib/ngtcp2_conn.c
    lib/ngtcp2_conv.c
    lib/ngtcp2_crypto.c
    lib/ngtcp2_crypto_quictls.c
    lib/ngtcp2_crypto_shared.c
    lib/ngtcp2_err.c
    lib/ngtcp2_frame_chain.c
    lib/ngtcp2_gaptr.c
    lib/ngtcp2_idtr.c
    lib/ngtcp2_ksl.c
    lib/ngtcp2_log.c
    lib/ngtcp2_map.c
    lib/ngtcp2_mem.c
    lib/ngtcp2_objalloc.c
    lib/ngtcp2_opl.c
    lib/ngtcp2_path.c
    lib/ngtcp2_pkt.c
    lib/ngtcp2_pmtud.c
    lib/ngtcp2_ppe.c
    lib/ngtcp2_pq.c
    lib/ngtcp2_pv.c
    lib/ngtcp2_qlog.c
    lib/ngtcp2_range.c
    lib/ngtcp2_ringbuf.c
    lib/ngtcp2_rob.c
    lib/ngtcp2_rst.c
    lib/ngtcp2_rtb.c
    lib/ngtcp2_settings.c
    lib/ngtcp2_str.c
    lib/ngtcp2_strm.c
    lib/ngtcp2_transport_params.c
    lib/ngtcp2_unreachable.c
    lib/ngtcp2_vec.c
    lib/ngtcp2_version.c
    lib/ngtcp2_window_filter.c
)

END()