Skip to content

Commit 0f47d2d

Browse files
committed
Removed ya.make files
1 parent 8652c6b commit 0f47d2d

File tree

273 files changed

+1
-4654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+1
-4654
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (YDB_SDK_TESTS)
3737
endif()
3838

3939
add_subdirectory(tools)
40-
add_subdirectory(contrib)
40+
add_subdirectory(contrib/libs)
4141
add_subdirectory(library/cpp)
4242
add_subdirectory(src)
4343
add_subdirectory(util)

cmake/global_vars.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11

2-
# This file was generated by the build system used internally in the Yandex monorepo.
3-
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
4-
# like target_include_directories). These modifications will be ported to original
5-
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
6-
# original buildsystem will not be accepted.
7-
8-
92
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
103
set(YASM_FLAGS -f elf64 -D UNIX -D _x86_64_ -D_YASM_ -g dwarf2)
114
set(RAGEL_FLAGS -L -I ${YDB_SDK_SOURCE_DIR}/)

contrib/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

contrib/libs/libc_compat/ubuntu_14/ya.make

Lines changed: 0 additions & 36 deletions
This file was deleted.

contrib/libs/libc_compat/ya.make

Lines changed: 0 additions & 161 deletions
This file was deleted.

contrib/libs/lzmasdk/ya.make

Lines changed: 0 additions & 32 deletions
This file was deleted.

examples/topic_reader/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
2-
# This file was generated by the build system used internally in the Yandex monorepo.
3-
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
4-
# like target_include_directories). These modifications will be ported to original
5-
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
6-
# original buildsystem will not be accepted.
7-
8-
91
add_subdirectory(eventloop)
102
add_subdirectory(simple)
113
add_subdirectory(transaction)

library/cpp/blockcodecs/codecs/brotli/ya.make

Lines changed: 0 additions & 13 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/bzip/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/fastlz/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/lz4/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/lzma/ya.make

Lines changed: 0 additions & 24 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/snappy/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/zlib/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/cpp/blockcodecs/codecs/zstd/ya.make

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)