aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/yasm/ya.make
blob: c813938187629ad665682bec8dcc0b057f7eef45 (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
# Autogenerated for platforms:
#    darwin-x86_64
#    linux-x86_64
#    windows-x86_64

OWNER(
    somov
    g:contrib
    g:ymake
)

VERSION(1.3.0) 
 
IF (USE_PREBUILT_TOOLS)
    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/yasm/ya.make.prebuilt)
ENDIF()

IF (NOT PREBUILT)
    INCLUDE(${ARCADIA_ROOT}/contrib/tools/yasm/bin/ya.make)
ENDIF()

RECURSE(
    bin
)