aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/adig/ya.make
blob: 11a0b23f386fd5c2bf21d464a5e14d4884d90f58 (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(adig) 
 
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( 
    adig.c 
) 
 
END()