blob: 747323d868e7fde96d6a0c6a997712f409b102d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
OWNER(somov)
IF (USE_PREBUILT_TOOLS)
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt)
ENDIF()
IF (NOT PREBUILT)
INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make)
ENDIF()
RECURSE(
bin
)
|