aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/libffi/testsuite/ya.make
blob: 53ea6520b796b0596874ab94f828a4227b06476e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by devtools/yamaker. 
 
RECURSE( 
    libffi.bhaible 
    libffi.call 
    libffi.closures 
) 
 
IF (NOT OS_IOS)
    RECURSE( 
        libffi.go 
    ) 
ENDIF() 
 
IF (NOT OS_WINDOWS AND NOT ARCH_PPC64LE) 
    RECURSE( 
        libffi.complex 
    ) 
ENDIF()