diff options
author | armenqa <armenqa@yandex-team.com> | 2024-01-19 12:23:50 +0300 |
---|---|---|
committer | armenqa <armenqa@yandex-team.com> | 2024-01-19 13:10:03 +0300 |
commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /library/cpp/blockcodecs/codecs | |
parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) | |
download | ydb-2de0149d0151c514b22bca0760b95b26c9b0b578.tar.gz |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'library/cpp/blockcodecs/codecs')
55 files changed, 0 insertions, 1449 deletions
diff --git a/library/cpp/blockcodecs/codecs/CMakeLists.txt b/library/cpp/blockcodecs/codecs/CMakeLists.txt deleted file mode 100644 index 6bcc688bd3..0000000000 --- a/library/cpp/blockcodecs/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(brotli) -add_subdirectory(bzip) -add_subdirectory(fastlz) -add_subdirectory(legacy_zstd06) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(snappy) -add_subdirectory(zlib) -add_subdirectory(zstd) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0af596c5de..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0af596c5de..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ccb11a5288..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ccb11a5288..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0af596c5de..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-arm64.txt deleted file mode 100644 index fd7180543c..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd7180543c..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb9bd53db1..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cb9bd53db1..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd7180543c..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0acda91a4d..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0acda91a4d..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 841e41dc33..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 841e41dc33..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0acda91a4d..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c6d20bf8fc..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c6d20bf8fc..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e0dbc8de82..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e0dbc8de82..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c6d20bf8fc..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 92e6f5f9db..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92e6f5f9db..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0d4874b329..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0d4874b329..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92e6f5f9db..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-arm64.txt deleted file mode 100644 index acaf2f9e8d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index acaf2f9e8d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fee0bb18d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fee0bb18d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index acaf2f9e8d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 995fd58dfc..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 995fd58dfc..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de6eef3de0..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de6eef3de0..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 995fd58dfc..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 41f29397bc..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 41f29397bc..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d91c9e50b..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d91c9e50b..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 41f29397bc..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-arm64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 894ad9b9a8..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 894ad9b9a8..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46c472e81f..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46c472e81f..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 894ad9b9a8..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) |