aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libaio/ya.make
blob: 3d5448860d92df4dc8f0f3047d9d6aa127992b5a (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
LIBRARY() 
 
# git repository: https://pagure.io/libaio.git
# revision: 5a546a834c36070648158d19dd564762d59f8eb8

LICENSE(Service-Dll-Harness)

WITHOUT_LICENSE_TEXTS()

VERSION(2015-07-01-5a546a834c36070648158d19dd564762d59f8eb8)

OWNER(
    g:contrib
    g:cpp-contrib
)
 
NO_RUNTIME() 
 
IF (USE_DYNAMIC_AIO)
    PEERDIR(
        contrib/libs/libaio/dynamic
    )
ELSE()
    PEERDIR(
        contrib/libs/libaio/static
    )
ENDIF()
 
END() 

RECURSE(
    dynamic
    static
)