aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-compression/ya.make
blob: aca95ecfb5944e3306059c63519370370af32fff (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
# Generated by devtools/yamaker from nixpkgs 23.05.

LIBRARY()

LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(0.2.16)

ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-compression/archive/v0.2.16.tar.gz)

PEERDIR(
    contrib/restricted/aws/aws-c-common
)

ADDINCL(
    GLOBAL contrib/restricted/aws/aws-c-compression/include
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DAWS_COMMON_USE_IMPORT_EXPORT
    -DAWS_COMPRESSION_USE_IMPORT_EXPORT
    -DHAVE_SYSCONF
)

SRCS(
    source/compression.c
    source/huffman.c
    source/huffman_testing.c
)

END()