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

LIBRARY()

LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(0.1.9)

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

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

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

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DAWS_COMMON_USE_IMPORT_EXPORT
    -DAWS_SDKUTILS_USE_IMPORT_EXPORT
    -DHAVE_SYSCONF
)

SRCS(
    source/aws_profile.c
    source/endpoints_rule_engine.c
    source/endpoints_ruleset.c
    source/endpoints_standard_lib.c
    source/endpoints_types_impl.c
    source/endpoints_util.c
    source/partitions.c
    source/resource_name.c
    source/sdkutils.c
)

END()