blob: bb2e8b8552dab98862c1b07f4d04a83c9d8b67da (
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
)
|