aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-cal/ya.make
blob: 522f585b590eee321205bc96142d6e42779ff381 (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
# Generated by devtools/yamaker. 
 
LIBRARY() 
 
OWNER(
    orivej
    g:cpp-contrib
)
 
VERSION(0.4.5) 
 
LICENSE(Apache-2.0) 
 
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR( 
    contrib/libs/openssl 
    contrib/restricted/aws/aws-c-common 
) 
 
ADDINCL( 
    GLOBAL contrib/restricted/aws/aws-c-cal/include 
) 
 
NO_COMPILER_WARNINGS() 
 
NO_RUNTIME() 
 
SRCS( 
    source/cal.c 
    source/der.c 
    source/ecc.c 
    source/hash.c 
    source/hmac.c 
    source/unix/openssl_platform_init.c 
    source/unix/opensslcrypto_ecc.c 
    source/unix/opensslcrypto_hash.c 
    source/unix/opensslcrypto_hmac.c 
) 
 
END()