blob: 4acda1cd751d9510057c9b18441577c12952cf48 (
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
|
# Generated by devtools/yamaker from nixpkgs 24.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
-DINTEL_NO_ITTNOTIFY_API
)
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()
|