aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/nghttp3/ya.make
blob: 486e365e48cd3abc4130ad2827513377bbddbd7d (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
# Generated by devtools/yamaker from nixpkgs 22.11.

LIBRARY()

VERSION(1.6.0)

ORIGINAL_SOURCE(https://github.com/ngtcp2/nghttp3/releases/download/v1.6.0/nghttp3-1.6.0.tar.xz)

LICENSE(
    FSFAP AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/libs/nghttp2
)

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

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DBUILDING_NGHTTP3
    -DHAVE_CONFIG_H
    -DNGHTTP3_STATICLIB
)

SRCS(
    lib/nghttp3_balloc.c
    lib/nghttp3_buf.c
    lib/nghttp3_conn.c
    lib/nghttp3_conv.c
    lib/nghttp3_debug.c
    lib/nghttp3_err.c
    lib/nghttp3_frame.c
    lib/nghttp3_gaptr.c
    lib/nghttp3_http.c
    lib/nghttp3_idtr.c
    lib/nghttp3_ksl.c
    lib/nghttp3_map.c
    lib/nghttp3_mem.c
    lib/nghttp3_objalloc.c
    lib/nghttp3_opl.c
    lib/nghttp3_pq.c
    lib/nghttp3_qpack.c
    lib/nghttp3_qpack_huffman.c
    lib/nghttp3_qpack_huffman_data.c
    lib/nghttp3_range.c
    lib/nghttp3_rcbuf.c
    lib/nghttp3_ringbuf.c
    lib/nghttp3_str.c
    lib/nghttp3_stream.c
    lib/nghttp3_tnode.c
    lib/nghttp3_unreachable.c
    lib/nghttp3_vec.c
    lib/nghttp3_version.c
)

END()