aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/libffi/testsuite/ya.make
blob: caa7a4e9a089c17c474a575bca075cf715543e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by devtools/yamaker.

VERSION(3.3)

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()