aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/nghttp2/ya.make
blob: fbbdda5370106790d2e21c909060a95ca6625925 (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
# Generated by devtools/yamaker from nixpkgs 21.11.

LIBRARY()

OWNER(
    g:cpp-contrib
    g:geoapps_infra
)

VERSION(1.47.0)

ORIGINAL_SOURCE(https://github.com/nghttp2/nghttp2/archive/v1.47.0.tar.gz)

LICENSE(
    FSFAP AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

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

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DBUILDING_NGHTTP2
    -DHAVE_CONFIG_H
)

SRCS(
    lib/nghttp2_buf.c
    lib/nghttp2_callbacks.c
    lib/nghttp2_debug.c
    lib/nghttp2_frame.c
    lib/nghttp2_hd.c
    lib/nghttp2_hd_huffman.c
    lib/nghttp2_hd_huffman_data.c
    lib/nghttp2_helper.c
    lib/nghttp2_http.c
    lib/nghttp2_map.c
    lib/nghttp2_mem.c
    lib/nghttp2_npn.c
    lib/nghttp2_option.c
    lib/nghttp2_outbound_item.c
    lib/nghttp2_pq.c
    lib/nghttp2_priority_spec.c
    lib/nghttp2_queue.c
    lib/nghttp2_rcbuf.c
    lib/nghttp2_session.c
    lib/nghttp2_stream.c
    lib/nghttp2_submit.c
    lib/nghttp2_version.c
)

END()