aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/acountry/ya.make
blob: 6498a62c0e2392ad83751d115e60aab11d781baf (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
# Generated by devtools/yamaker. 
 
PROGRAM(acountry) 
 
OWNER(max42 g:cpp-contrib)
 
LICENSE(MIT) 
 
PEERDIR( 
    contrib/libs/c-ares 
) 
 
ADDINCL( 
    contrib/libs/c-ares 
) 
 
NO_COMPILER_WARNINGS() 
 
CFLAGS(
    -DHAVE_CONFIG_H
)

SRCDIR(contrib/libs/c-ares) 
 
IF (NOT DLL_FOR) 
    CFLAGS( 
        -DCARES_STATICLIB 
    ) 
ENDIF() 
 
SRCS( 
    acountry.c 
) 
 
END()