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 /contrib/restricted | |
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 'contrib/restricted')
862 files changed, 0 insertions, 25844 deletions
diff --git a/contrib/restricted/CMakeLists.darwin-arm64.txt b/contrib/restricted/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 14184a57bb..0000000000 --- a/contrib/restricted/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(aws) -add_subdirectory(boost) -add_subdirectory(cityhash-1.0.2) -add_subdirectory(dragonbox) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(http-parser) -add_subdirectory(nlohmann_json) -add_subdirectory(patched) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/CMakeLists.darwin-x86_64.txt b/contrib/restricted/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14184a57bb..0000000000 --- a/contrib/restricted/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(aws) -add_subdirectory(boost) -add_subdirectory(cityhash-1.0.2) -add_subdirectory(dragonbox) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(http-parser) -add_subdirectory(nlohmann_json) -add_subdirectory(patched) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/CMakeLists.linux-aarch64.txt b/contrib/restricted/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 14184a57bb..0000000000 --- a/contrib/restricted/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(aws) -add_subdirectory(boost) -add_subdirectory(cityhash-1.0.2) -add_subdirectory(dragonbox) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(http-parser) -add_subdirectory(nlohmann_json) -add_subdirectory(patched) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/CMakeLists.linux-x86_64.txt b/contrib/restricted/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 14184a57bb..0000000000 --- a/contrib/restricted/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(aws) -add_subdirectory(boost) -add_subdirectory(cityhash-1.0.2) -add_subdirectory(dragonbox) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(http-parser) -add_subdirectory(nlohmann_json) -add_subdirectory(patched) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/CMakeLists.txt b/contrib/restricted/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/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/contrib/restricted/CMakeLists.windows-x86_64.txt b/contrib/restricted/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76a979c13b..0000000000 --- a/contrib/restricted/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(aws) -add_subdirectory(boost) -add_subdirectory(cityhash-1.0.2) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(http-parser) -add_subdirectory(nlohmann_json) -add_subdirectory(patched) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/abseil-cpp-tstring/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/CMakeLists.txt deleted file mode 100644 index b1bf76afbc..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/CMakeLists.txt +++ /dev/null @@ -1,9 +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(y_absl) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt deleted file mode 100644 index f6aaf30d40..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt +++ /dev/null @@ -1,26 +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(algorithm) -add_subdirectory(base) -add_subdirectory(container) -add_subdirectory(debugging) -add_subdirectory(flags) -add_subdirectory(functional) -add_subdirectory(hash) -add_subdirectory(memory) -add_subdirectory(meta) -add_subdirectory(numeric) -add_subdirectory(profiling) -add_subdirectory(random) -add_subdirectory(status) -add_subdirectory(strings) -add_subdirectory(synchronization) -add_subdirectory(time) -add_subdirectory(types) -add_subdirectory(utility) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a85dbb45d3..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a85dbb45d3..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a51d5c8880..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-algorithm INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-algorithm INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a51d5c8880..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-algorithm INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-algorithm INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/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/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a85dbb45d3..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 78cc540064..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-tstring-y_absl-base) -target_compile_options(abseil-cpp-tstring-y_absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78cc540064..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-tstring-y_absl-base) -target_compile_options(abseil-cpp-tstring-y_absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ccda22c623..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-tstring-y_absl-base) -target_compile_options(abseil-cpp-tstring-y_absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ccda22c623..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-tstring-y_absl-base) -target_compile_options(abseil-cpp-tstring-y_absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/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/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78cc540064..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-tstring-y_absl-base) -target_compile_options(abseil-cpp-tstring-y_absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a4b1e20f68..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-tstring-y_absl-container) -target_compile_options(abseil-cpp-tstring-y_absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-container PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4b1e20f68..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-tstring-y_absl-container) -target_compile_options(abseil-cpp-tstring-y_absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-container PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b7ad333a70..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,37 +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(abseil-cpp-tstring-y_absl-container) -target_compile_options(abseil-cpp-tstring-y_absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b7ad333a70..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,37 +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(abseil-cpp-tstring-y_absl-container) -target_compile_options(abseil-cpp-tstring-y_absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/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/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a4b1e20f68..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-tstring-y_absl-container) -target_compile_options(abseil-cpp-tstring-y_absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-container PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 67b6bea7d9..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-tstring-y_absl-debugging) -target_compile_options(abseil-cpp-tstring-y_absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 67b6bea7d9..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-tstring-y_absl-debugging) -target_compile_options(abseil-cpp-tstring-y_absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c78498292d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(abseil-cpp-tstring-y_absl-debugging) -target_compile_options(abseil-cpp-tstring-y_absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c78498292d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(abseil-cpp-tstring-y_absl-debugging) -target_compile_options(abseil-cpp-tstring-y_absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/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/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 67b6bea7d9..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-tstring-y_absl-debugging) -target_compile_options(abseil-cpp-tstring-y_absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-arm64.txt deleted file mode 100644 index df26b1e9b5..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,45 +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(abseil-cpp-tstring-y_absl-flags) -target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df26b1e9b5..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,45 +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(abseil-cpp-tstring-y_absl-flags) -target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7672e6df4f..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,46 +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(abseil-cpp-tstring-y_absl-flags) -target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7672e6df4f..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,46 +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(abseil-cpp-tstring-y_absl-flags) -target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/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/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df26b1e9b5..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,45 +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(abseil-cpp-tstring-y_absl-flags) -target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a1f6d47793..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a1f6d47793..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7af2024c1..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-functional INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-functional INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e7af2024c1..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-functional INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-functional INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/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/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a1f6d47793..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0650809a3b..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/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(abseil-cpp-tstring-y_absl-hash) -target_compile_options(abseil-cpp-tstring-y_absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0650809a3b..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/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(abseil-cpp-tstring-y_absl-hash) -target_compile_options(abseil-cpp-tstring-y_absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f55013927e..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,30 +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(abseil-cpp-tstring-y_absl-hash) -target_compile_options(abseil-cpp-tstring-y_absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f55013927e..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,30 +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(abseil-cpp-tstring-y_absl-hash) -target_compile_options(abseil-cpp-tstring-y_absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/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/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0650809a3b..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/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(abseil-cpp-tstring-y_absl-hash) -target_compile_options(abseil-cpp-tstring-y_absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8bb73fa532..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-memory INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE - abseil-cpp-tstring-y_absl-meta -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8bb73fa532..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-memory INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE - abseil-cpp-tstring-y_absl-meta -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a632a01f09..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-tstring-y_absl-memory INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE - contrib-libs-linux-headers - abseil-cpp-tstring-y_absl-meta -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a632a01f09..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-tstring-y_absl-memory INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE - contrib-libs-linux-headers - abseil-cpp-tstring-y_absl-meta -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/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/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8bb73fa532..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-memory INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE - abseil-cpp-tstring-y_absl-meta -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1fa7e9da7f..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-meta INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - abseil-cpp-tstring-y_absl-base -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1fa7e9da7f..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-meta INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - abseil-cpp-tstring-y_absl-base -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb6a283f3b..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-tstring-y_absl-meta INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - contrib-libs-linux-headers - abseil-cpp-tstring-y_absl-base -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb6a283f3b..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-tstring-y_absl-meta INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - contrib-libs-linux-headers - abseil-cpp-tstring-y_absl-base -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/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/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1fa7e9da7f..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-meta INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - abseil-cpp-tstring-y_absl-base -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f98e8828e7..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-tstring-y_absl-numeric) -target_compile_options(abseil-cpp-tstring-y_absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f98e8828e7..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-tstring-y_absl-numeric) -target_compile_options(abseil-cpp-tstring-y_absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 451fce6d4a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-tstring-y_absl-numeric) -target_compile_options(abseil-cpp-tstring-y_absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 451fce6d4a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-tstring-y_absl-numeric) -target_compile_options(abseil-cpp-tstring-y_absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/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/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f98e8828e7..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-tstring-y_absl-numeric) -target_compile_options(abseil-cpp-tstring-y_absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ec53f57bc1..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-tstring-y_absl-profiling) -target_compile_options(abseil-cpp-tstring-y_absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-profiling PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec53f57bc1..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-tstring-y_absl-profiling) -target_compile_options(abseil-cpp-tstring-y_absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-profiling PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a1ceaf2b75..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,25 +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(abseil-cpp-tstring-y_absl-profiling) -target_compile_options(abseil-cpp-tstring-y_absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-profiling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a1ceaf2b75..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,25 +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(abseil-cpp-tstring-y_absl-profiling) -target_compile_options(abseil-cpp-tstring-y_absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-profiling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/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/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec53f57bc1..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-tstring-y_absl-profiling) -target_compile_options(abseil-cpp-tstring-y_absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-profiling PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(abseil-cpp-tstring-y_absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 068982719c..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-tstring-y_absl-random) -target_compile_options(abseil-cpp-tstring-y_absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-random PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 068982719c..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-tstring-y_absl-random) -target_compile_options(abseil-cpp-tstring-y_absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-random PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 737ba55d85..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-tstring-y_absl-random) -target_compile_options(abseil-cpp-tstring-y_absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 737ba55d85..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-tstring-y_absl-random) -target_compile_options(abseil-cpp-tstring-y_absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/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/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 068982719c..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-tstring-y_absl-random) -target_compile_options(abseil-cpp-tstring-y_absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-random PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 564e9bb142..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-tstring-y_absl-status) -target_compile_options(abseil-cpp-tstring-y_absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 564e9bb142..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-tstring-y_absl-status) -target_compile_options(abseil-cpp-tstring-y_absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 51892581b3..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-tstring-y_absl-status) -target_compile_options(abseil-cpp-tstring-y_absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 51892581b3..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-tstring-y_absl-status) -target_compile_options(abseil-cpp-tstring-y_absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/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/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 564e9bb142..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-tstring-y_absl-status) -target_compile_options(abseil-cpp-tstring-y_absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-profiling - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-types -) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6b5c6935a6..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,71 +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(abseil-cpp-tstring-y_absl-strings) -target_compile_options(abseil-cpp-tstring-y_absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric -) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b5c6935a6..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,71 +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(abseil-cpp-tstring-y_absl-strings) -target_compile_options(abseil-cpp-tstring-y_absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric -) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 36dbc8869d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,72 +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(abseil-cpp-tstring-y_absl-strings) -target_compile_options(abseil-cpp-tstring-y_absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric -) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 36dbc8869d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,72 +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(abseil-cpp-tstring-y_absl-strings) -target_compile_options(abseil-cpp-tstring-y_absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric -) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/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/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b5c6935a6..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,71 +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(abseil-cpp-tstring-y_absl-strings) -target_compile_options(abseil-cpp-tstring-y_absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric -) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d0a0e1930d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-tstring-y_absl-synchronization) -target_compile_options(abseil-cpp-tstring-y_absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-time -) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d0a0e1930d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-tstring-y_absl-synchronization) -target_compile_options(abseil-cpp-tstring-y_absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-time -) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0198f69458..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,42 +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(abseil-cpp-tstring-y_absl-synchronization) -target_compile_options(abseil-cpp-tstring-y_absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-time -) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0198f69458..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,42 +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(abseil-cpp-tstring-y_absl-synchronization) -target_compile_options(abseil-cpp-tstring-y_absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-time -) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/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/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d0a0e1930d..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-tstring-y_absl-synchronization) -target_compile_options(abseil-cpp-tstring-y_absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-time -) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e46d70dd3e..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-tstring-y_absl-time) -target_compile_options(abseil-cpp-tstring-y_absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings -) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e46d70dd3e..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-tstring-y_absl-time) -target_compile_options(abseil-cpp-tstring-y_absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings -) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3837b42396..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-tstring-y_absl-time) -target_compile_options(abseil-cpp-tstring-y_absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings -) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3837b42396..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-tstring-y_absl-time) -target_compile_options(abseil-cpp-tstring-y_absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings -) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/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/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e46d70dd3e..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-tstring-y_absl-time) -target_compile_options(abseil-cpp-tstring-y_absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings -) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.darwin-arm64.txt deleted file mode 100644 index dc048c9436..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/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(abseil-cpp-tstring-y_absl-types) -target_compile_options(abseil-cpp-tstring-y_absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-types PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-memory -) -target_sources(abseil-cpp-tstring-y_absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dc048c9436..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/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(abseil-cpp-tstring-y_absl-types) -target_compile_options(abseil-cpp-tstring-y_absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-types PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-memory -) -target_sources(abseil-cpp-tstring-y_absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cdf38f454c..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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(abseil-cpp-tstring-y_absl-types) -target_compile_options(abseil-cpp-tstring-y_absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-memory -) -target_sources(abseil-cpp-tstring-y_absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cdf38f454c..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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(abseil-cpp-tstring-y_absl-types) -target_compile_options(abseil-cpp-tstring-y_absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-memory -) -target_sources(abseil-cpp-tstring-y_absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/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/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dc048c9436..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/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(abseil-cpp-tstring-y_absl-types) -target_compile_options(abseil-cpp-tstring-y_absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-tstring-y_absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(abseil-cpp-tstring-y_absl-types PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-memory -) -target_sources(abseil-cpp-tstring-y_absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a5ff3f433a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-utility INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5ff3f433a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-utility INTERFACE) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 653bb04f7a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-utility INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-utility INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 653bb04f7a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-tstring-y_absl-utility INTERFACE) -target_link_libraries(abseil-cpp-tstring-y_absl-utility INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/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/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5ff3f433a..0000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-tstring-y_absl-utility INTERFACE) diff --git a/contrib/restricted/abseil-cpp/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 74ef613f08..0000000000 --- a/contrib/restricted/abseil-cpp/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,32 +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(absl) - -add_library(contrib-restricted-abseil-cpp INTERFACE) -target_link_libraries(contrib-restricted-abseil-cpp INTERFACE - abseil-cpp-absl-algorithm - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-functional - abseil-cpp-absl-hash - abseil-cpp-absl-log - abseil-cpp-absl-memory - abseil-cpp-absl-meta - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-random - abseil-cpp-absl-status - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - abseil-cpp-absl-utility -) diff --git a/contrib/restricted/abseil-cpp/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 74ef613f08..0000000000 --- a/contrib/restricted/abseil-cpp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,32 +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(absl) - -add_library(contrib-restricted-abseil-cpp INTERFACE) -target_link_libraries(contrib-restricted-abseil-cpp INTERFACE - abseil-cpp-absl-algorithm - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-functional - abseil-cpp-absl-hash - abseil-cpp-absl-log - abseil-cpp-absl-memory - abseil-cpp-absl-meta - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-random - abseil-cpp-absl-status - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - abseil-cpp-absl-utility -) diff --git a/contrib/restricted/abseil-cpp/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 07f9f59ee4..0000000000 --- a/contrib/restricted/abseil-cpp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,33 +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(absl) - -add_library(contrib-restricted-abseil-cpp INTERFACE) -target_link_libraries(contrib-restricted-abseil-cpp INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-algorithm - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-functional - abseil-cpp-absl-hash - abseil-cpp-absl-log - abseil-cpp-absl-memory - abseil-cpp-absl-meta - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-random - abseil-cpp-absl-status - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - abseil-cpp-absl-utility -) diff --git a/contrib/restricted/abseil-cpp/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 07f9f59ee4..0000000000 --- a/contrib/restricted/abseil-cpp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,33 +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(absl) - -add_library(contrib-restricted-abseil-cpp INTERFACE) -target_link_libraries(contrib-restricted-abseil-cpp INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-algorithm - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-functional - abseil-cpp-absl-hash - abseil-cpp-absl-log - abseil-cpp-absl-memory - abseil-cpp-absl-meta - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-random - abseil-cpp-absl-status - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - abseil-cpp-absl-utility -) diff --git a/contrib/restricted/abseil-cpp/CMakeLists.txt b/contrib/restricted/abseil-cpp/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/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/contrib/restricted/abseil-cpp/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 74ef613f08..0000000000 --- a/contrib/restricted/abseil-cpp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,32 +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(absl) - -add_library(contrib-restricted-abseil-cpp INTERFACE) -target_link_libraries(contrib-restricted-abseil-cpp INTERFACE - abseil-cpp-absl-algorithm - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-functional - abseil-cpp-absl-hash - abseil-cpp-absl-log - abseil-cpp-absl-memory - abseil-cpp-absl-meta - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-random - abseil-cpp-absl-status - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - abseil-cpp-absl-utility -) diff --git a/contrib/restricted/abseil-cpp/absl/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/CMakeLists.txt deleted file mode 100644 index 18625818a1..0000000000 --- a/contrib/restricted/abseil-cpp/absl/CMakeLists.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_subdirectory(algorithm) -add_subdirectory(base) -add_subdirectory(container) -add_subdirectory(debugging) -add_subdirectory(flags) -add_subdirectory(functional) -add_subdirectory(hash) -add_subdirectory(log) -add_subdirectory(memory) -add_subdirectory(meta) -add_subdirectory(numeric) -add_subdirectory(profiling) -add_subdirectory(random) -add_subdirectory(status) -add_subdirectory(strings) -add_subdirectory(synchronization) -add_subdirectory(time) -add_subdirectory(types) -add_subdirectory(utility) diff --git a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 535abc7c56..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 535abc7c56..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e29a80e43d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-algorithm INTERFACE) -target_link_libraries(abseil-cpp-absl-algorithm INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e29a80e43d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-algorithm INTERFACE) -target_link_libraries(abseil-cpp-absl-algorithm INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/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/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 535abc7c56..0000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-algorithm INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0e0cf9494d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,34 +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(abseil-cpp-absl-base) -target_compile_options(abseil-cpp-absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-base PUBLIC - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e0cf9494d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,34 +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(abseil-cpp-absl-base) -target_compile_options(abseil-cpp-absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-base PUBLIC - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 304920a245..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-absl-base) -target_compile_options(abseil-cpp-absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 304920a245..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-absl-base) -target_compile_options(abseil-cpp-absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/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/contrib/restricted/abseil-cpp/absl/base/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0e0cf9494d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/base/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,34 +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(abseil-cpp-absl-base) -target_compile_options(abseil-cpp-absl-base PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-base PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-base PUBLIC - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/cycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/low_level_alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/raw_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/scoped_set_env.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/spinlock_wait.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/throw_delegate.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/internal/unscaledcycleclock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/base/log_severity.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c40414820f..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-absl-container) -target_compile_options(abseil-cpp-absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-container PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c40414820f..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-absl-container) -target_compile_options(abseil-cpp-absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-container PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2fc1d118e8..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-absl-container) -target_compile_options(abseil-cpp-absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2fc1d118e8..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,36 +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(abseil-cpp-absl-container) -target_compile_options(abseil-cpp-absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/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/contrib/restricted/abseil-cpp/absl/container/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c40414820f..0000000000 --- a/contrib/restricted/abseil-cpp/absl/container/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,35 +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(abseil-cpp-absl-container) -target_compile_options(abseil-cpp-absl-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-container PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/container/internal/raw_hash_set.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6247272d90..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-absl-debugging) -target_compile_options(abseil-cpp-absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-debugging PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6247272d90..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-absl-debugging) -target_compile_options(abseil-cpp-absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-debugging PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 272fdb3115..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-absl-debugging) -target_compile_options(abseil-cpp-absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-debugging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 272fdb3115..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,33 +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(abseil-cpp-absl-debugging) -target_compile_options(abseil-cpp-absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-debugging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/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/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6247272d90..0000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-absl-debugging) -target_compile_options(abseil-cpp-absl-debugging PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-debugging PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-debugging PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - cpp-sanitizer-include -) -target_sources(abseil-cpp-absl-debugging PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/failure_signal_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/address_is_readable.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/demangle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/elf_mem_image.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/internal/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/leak_check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/stacktrace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/debugging/symbolize.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 51a0971139..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,44 +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(abseil-cpp-absl-flags) -target_compile_options(abseil-cpp-absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-flags PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 51a0971139..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,44 +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(abseil-cpp-absl-flags) -target_compile_options(abseil-cpp-absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-flags PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a61094881a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,45 +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(abseil-cpp-absl-flags) -target_compile_options(abseil-cpp-absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-flags PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a61094881a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,45 +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(abseil-cpp-absl-flags) -target_compile_options(abseil-cpp-absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-flags PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/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/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 51a0971139..0000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,44 +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(abseil-cpp-absl-flags) -target_compile_options(abseil-cpp-absl-flags PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-flags PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-flags PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-hash - abseil-cpp-absl-memory - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-flags PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/commandlineflag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/flag.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/private_handle_accessor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/program_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/internal/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/marshalling.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/flags/usage_config.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e73fa82ef7..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e73fa82ef7..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fb49dbcfee..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-functional INTERFACE) -target_link_libraries(abseil-cpp-absl-functional INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fb49dbcfee..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-functional INTERFACE) -target_link_libraries(abseil-cpp-absl-functional INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/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/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e73fa82ef7..0000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-functional INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-arm64.txt deleted file mode 100644 index bb7bb34def..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,28 +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(abseil-cpp-absl-hash) -target_compile_options(abseil-cpp-absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-hash PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb7bb34def..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,28 +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(abseil-cpp-absl-hash) -target_compile_options(abseil-cpp-absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-hash PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 54f9fbec1c..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/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(abseil-cpp-absl-hash) -target_compile_options(abseil-cpp-absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54f9fbec1c..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/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(abseil-cpp-absl-hash) -target_compile_options(abseil-cpp-absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/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/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bb7bb34def..0000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,28 +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(abseil-cpp-absl-hash) -target_compile_options(abseil-cpp-absl-hash PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-hash PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-hash PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/city.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/hash.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/hash/internal/low_level_hash.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c2793a97ea..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,46 +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(abseil-cpp-absl-log) -target_compile_options(abseil-cpp-absl-log PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-log PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-log PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-hash - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/die_if_null.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/flags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/initialize.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/check_op.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/conditions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_message.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_sink_set.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/nullguard.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/proto.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_entry.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_sink.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2793a97ea..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,46 +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(abseil-cpp-absl-log) -target_compile_options(abseil-cpp-absl-log PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-log PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-log PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-hash - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/die_if_null.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/flags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/initialize.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/check_op.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/conditions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_message.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_sink_set.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/nullguard.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/proto.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_entry.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_sink.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a7743e41a0..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,47 +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(abseil-cpp-absl-log) -target_compile_options(abseil-cpp-absl-log PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-log PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-hash - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/die_if_null.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/flags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/initialize.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/check_op.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/conditions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_message.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_sink_set.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/nullguard.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/proto.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_entry.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_sink.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a7743e41a0..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,47 +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(abseil-cpp-absl-log) -target_compile_options(abseil-cpp-absl-log PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-log PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-hash - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/die_if_null.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/flags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/initialize.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/check_op.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/conditions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_message.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_sink_set.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/nullguard.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/proto.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_entry.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_sink.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/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/contrib/restricted/abseil-cpp/absl/log/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c2793a97ea..0000000000 --- a/contrib/restricted/abseil-cpp/absl/log/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,46 +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(abseil-cpp-absl-log) -target_compile_options(abseil-cpp-absl-log PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-log PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-log PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-debugging - abseil-cpp-absl-flags - abseil-cpp-absl-hash - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/die_if_null.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/flags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/initialize.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/check_op.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/conditions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/globals.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_message.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/log_sink_set.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/nullguard.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/internal/proto.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_entry.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/log/log_sink.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 3235ac4ba5..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-memory INTERFACE) -target_link_libraries(abseil-cpp-absl-memory INTERFACE - abseil-cpp-absl-meta -) diff --git a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3235ac4ba5..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-memory INTERFACE) -target_link_libraries(abseil-cpp-absl-memory INTERFACE - abseil-cpp-absl-meta -) diff --git a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e87b112e2f..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-absl-memory INTERFACE) -target_link_libraries(abseil-cpp-absl-memory INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-meta -) diff --git a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e87b112e2f..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-absl-memory INTERFACE) -target_link_libraries(abseil-cpp-absl-memory INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-meta -) diff --git a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/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/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3235ac4ba5..0000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-memory INTERFACE) -target_link_libraries(abseil-cpp-absl-memory INTERFACE - abseil-cpp-absl-meta -) diff --git a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-arm64.txt deleted file mode 100644 index cba7d55611..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-meta INTERFACE) -target_link_libraries(abseil-cpp-absl-meta INTERFACE - abseil-cpp-absl-base -) diff --git a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cba7d55611..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-meta INTERFACE) -target_link_libraries(abseil-cpp-absl-meta INTERFACE - abseil-cpp-absl-base -) diff --git a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1bb7f8ea3e..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-absl-meta INTERFACE) -target_link_libraries(abseil-cpp-absl-meta INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-base -) diff --git a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1bb7f8ea3e..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,14 +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(abseil-cpp-absl-meta INTERFACE) -target_link_libraries(abseil-cpp-absl-meta INTERFACE - contrib-libs-linux-headers - abseil-cpp-absl-base -) diff --git a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/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/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cba7d55611..0000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-meta INTERFACE) -target_link_libraries(abseil-cpp-absl-meta INTERFACE - abseil-cpp-absl-base -) diff --git a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 82fe8b2770..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp-absl-numeric) -target_compile_options(abseil-cpp-absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-numeric PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82fe8b2770..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp-absl-numeric) -target_compile_options(abseil-cpp-absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-numeric PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6593d4b95..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-absl-numeric) -target_compile_options(abseil-cpp-absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-numeric PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6593d4b95..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-absl-numeric) -target_compile_options(abseil-cpp-absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-numeric PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/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/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82fe8b2770..0000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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(abseil-cpp-absl-numeric) -target_compile_options(abseil-cpp-absl-numeric PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-numeric PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-numeric PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-numeric PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/numeric/int128.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 15c4b76f67..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-absl-profiling) -target_compile_options(abseil-cpp-absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-profiling PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15c4b76f67..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-absl-profiling) -target_compile_options(abseil-cpp-absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-profiling PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 876a1ced58..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-absl-profiling) -target_compile_options(abseil-cpp-absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-profiling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 876a1ced58..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(abseil-cpp-absl-profiling) -target_compile_options(abseil-cpp-absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-profiling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/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/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15c4b76f67..0000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(abseil-cpp-absl-profiling) -target_compile_options(abseil-cpp-absl-profiling PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-profiling PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-profiling PUBLIC - contrib-libs-cxxsupp -) -target_sources(abseil-cpp-absl-profiling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/exponential_biased.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 324203b94a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,38 +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(abseil-cpp-absl-random) -target_compile_options(abseil-cpp-absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-random PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 324203b94a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,38 +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(abseil-cpp-absl-random) -target_compile_options(abseil-cpp-absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-random PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b630e36b39..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-absl-random) -target_compile_options(abseil-cpp-absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b630e36b39..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-absl-random) -target_compile_options(abseil-cpp-absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/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/contrib/restricted/abseil-cpp/absl/random/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 324203b94a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/random/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,38 +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(abseil-cpp-absl-random) -target_compile_options(abseil-cpp-absl-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-random PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/discrete_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/gaussian_distribution.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/chi_square.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/distribution_test_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/pool_urbg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_hwaes.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_round_keys.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/randen_slow.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/internal/seed_material.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_gen_exception.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/random/seed_sequences.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 82c6e43c91..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-arm64.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(abseil-cpp-absl-status) -target_compile_options(abseil-cpp-absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-status PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82c6e43c91..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-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(abseil-cpp-absl-status) -target_compile_options(abseil-cpp-absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-status PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ef805d8dde..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-absl-status) -target_compile_options(abseil-cpp-absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ef805d8dde..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +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(abseil-cpp-absl-status) -target_compile_options(abseil-cpp-absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/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/contrib/restricted/abseil-cpp/absl/status/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82c6e43c91..0000000000 --- a/contrib/restricted/abseil-cpp/absl/status/CMakeLists.windows-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(abseil-cpp-absl-status) -target_compile_options(abseil-cpp-absl-status PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-status PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-status PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-profiling - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - abseil-cpp-absl-time - abseil-cpp-absl-types -) -target_sources(abseil-cpp-absl-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/status_payload_printer.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e3aa400b95..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,70 +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(abseil-cpp-absl-strings) -target_compile_options(abseil-cpp-absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-strings PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric -) -target_sources(abseil-cpp-absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e3aa400b95..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,70 +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(abseil-cpp-absl-strings) -target_compile_options(abseil-cpp-absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-strings PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric -) -target_sources(abseil-cpp-absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2da01ab774..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,71 +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(abseil-cpp-absl-strings) -target_compile_options(abseil-cpp-absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-strings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric -) -target_sources(abseil-cpp-absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2da01ab774..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,71 +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(abseil-cpp-absl-strings) -target_compile_options(abseil-cpp-absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-strings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric -) -target_sources(abseil-cpp-absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/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/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e3aa400b95..0000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,70 +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(abseil-cpp-absl-strings) -target_compile_options(abseil-cpp-absl-strings PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-strings PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-strings PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric -) -target_sources(abseil-cpp-absl-strings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/crc32c.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/cpu_detect.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_cord_state.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/status/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/ascii.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/charconv.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_analysis.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/cord_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_bigint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/charconv_parse.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_consume.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_crc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cord_rep_ring.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_functions.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/cordz_sample_token.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/memutil.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/ostringstream.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/arg.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/bind.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/extension.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/output.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/str_format/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/stringify_sink.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/internal/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/match.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/numbers.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_cat.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/str_split.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/string_view.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/strings/substitute.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6e48272a66..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-absl-synchronization) -target_compile_options(abseil-cpp-absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-synchronization PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-time -) -target_sources(abseil-cpp-absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e48272a66..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-absl-synchronization) -target_compile_options(abseil-cpp-absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-synchronization PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-time -) -target_sources(abseil-cpp-absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9d7ddedf53..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-absl-synchronization) -target_compile_options(abseil-cpp-absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-synchronization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-time -) -target_sources(abseil-cpp-absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9d7ddedf53..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,41 +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(abseil-cpp-absl-synchronization) -target_compile_options(abseil-cpp-absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-synchronization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-time -) -target_sources(abseil-cpp-absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/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/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6e48272a66..0000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-absl-synchronization) -target_compile_options(abseil-cpp-absl-synchronization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-synchronization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-synchronization PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-debugging - abseil-cpp-absl-numeric - abseil-cpp-absl-strings - abseil-cpp-absl-time -) -target_sources(abseil-cpp-absl-synchronization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/barrier.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/blocking_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/futex_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/graphcycles.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/sem_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/waiter_base.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/internal/win32_waiter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/synchronization/notification.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-arm64.txt deleted file mode 100644 index af147aa171..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-absl-time) -target_compile_options(abseil-cpp-absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-time PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings -) -target_sources(abseil-cpp-absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af147aa171..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-absl-time) -target_compile_options(abseil-cpp-absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-time PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings -) -target_sources(abseil-cpp-absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e934d9a1f3..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-absl-time) -target_compile_options(abseil-cpp-absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-time PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings -) -target_sources(abseil-cpp-absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e934d9a1f3..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,40 +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(abseil-cpp-absl-time) -target_compile_options(abseil-cpp-absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-time PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings -) -target_sources(abseil-cpp-absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/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/contrib/restricted/abseil-cpp/absl/time/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.windows-x86_64.txt deleted file mode 100644 index af147aa171..0000000000 --- a/contrib/restricted/abseil-cpp/absl/time/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,39 +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(abseil-cpp-absl-time) -target_compile_options(abseil-cpp-absl-time PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-time PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-time PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-numeric - abseil-cpp-absl-strings -) -target_sources(abseil-cpp-absl-time PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/civil_time.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/clock.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/duration.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/time/time.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 9c24497045..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,26 +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(abseil-cpp-absl-types) -target_compile_options(abseil-cpp-absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-types PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-memory -) -target_sources(abseil-cpp-absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9c24497045..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(abseil-cpp-absl-types) -target_compile_options(abseil-cpp-absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-types PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-memory -) -target_sources(abseil-cpp-absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cbc8bf8b2e..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-aarch64.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(abseil-cpp-absl-types) -target_compile_options(abseil-cpp-absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-memory -) -target_sources(abseil-cpp-absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cbc8bf8b2e..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.linux-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(abseil-cpp-absl-types) -target_compile_options(abseil-cpp-absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-memory -) -target_sources(abseil-cpp-absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/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/contrib/restricted/abseil-cpp/absl/types/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9c24497045..0000000000 --- a/contrib/restricted/abseil-cpp/absl/types/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(abseil-cpp-absl-types) -target_compile_options(abseil-cpp-absl-types PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(abseil-cpp-absl-types PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(abseil-cpp-absl-types PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base - abseil-cpp-absl-memory -) -target_sources(abseil-cpp-absl-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_any_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_optional_access.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp/absl/types/bad_variant_access.cc -) diff --git a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-arm64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a2f021177a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-utility INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-x86_64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2f021177a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-utility INTERFACE) diff --git a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-aarch64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9f8f6c068d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-utility INTERFACE) -target_link_libraries(abseil-cpp-absl-utility INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-x86_64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9f8f6c068d..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(abseil-cpp-absl-utility INTERFACE) -target_link_libraries(abseil-cpp-absl-utility INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/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/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.windows-x86_64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a2f021177a..0000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(abseil-cpp-absl-utility INTERFACE) diff --git a/contrib/restricted/aws/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/CMakeLists.darwin-arm64.txt deleted file mode 100644 index be12f5d90f..0000000000 --- a/contrib/restricted/aws/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(aws-c-auth) -add_subdirectory(aws-c-cal) -add_subdirectory(aws-c-common) -add_subdirectory(aws-c-compression) -add_subdirectory(aws-c-event-stream) -add_subdirectory(aws-c-http) -add_subdirectory(aws-c-io) -add_subdirectory(aws-c-mqtt) -add_subdirectory(aws-c-s3) -add_subdirectory(aws-c-sdkutils) -add_subdirectory(aws-checksums) -add_subdirectory(aws-crt-cpp) -add_subdirectory(s2n) diff --git a/contrib/restricted/aws/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index be12f5d90f..0000000000 --- a/contrib/restricted/aws/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(aws-c-auth) -add_subdirectory(aws-c-cal) -add_subdirectory(aws-c-common) -add_subdirectory(aws-c-compression) -add_subdirectory(aws-c-event-stream) -add_subdirectory(aws-c-http) -add_subdirectory(aws-c-io) -add_subdirectory(aws-c-mqtt) -add_subdirectory(aws-c-s3) -add_subdirectory(aws-c-sdkutils) -add_subdirectory(aws-checksums) -add_subdirectory(aws-crt-cpp) -add_subdirectory(s2n) diff --git a/contrib/restricted/aws/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be12f5d90f..0000000000 --- a/contrib/restricted/aws/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(aws-c-auth) -add_subdirectory(aws-c-cal) -add_subdirectory(aws-c-common) -add_subdirectory(aws-c-compression) -add_subdirectory(aws-c-event-stream) -add_subdirectory(aws-c-http) -add_subdirectory(aws-c-io) -add_subdirectory(aws-c-mqtt) -add_subdirectory(aws-c-s3) -add_subdirectory(aws-c-sdkutils) -add_subdirectory(aws-checksums) -add_subdirectory(aws-crt-cpp) -add_subdirectory(s2n) diff --git a/contrib/restricted/aws/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be12f5d90f..0000000000 --- a/contrib/restricted/aws/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(aws-c-auth) -add_subdirectory(aws-c-cal) -add_subdirectory(aws-c-common) -add_subdirectory(aws-c-compression) -add_subdirectory(aws-c-event-stream) -add_subdirectory(aws-c-http) -add_subdirectory(aws-c-io) -add_subdirectory(aws-c-mqtt) -add_subdirectory(aws-c-s3) -add_subdirectory(aws-c-sdkutils) -add_subdirectory(aws-checksums) -add_subdirectory(aws-crt-cpp) -add_subdirectory(s2n) diff --git a/contrib/restricted/aws/CMakeLists.txt b/contrib/restricted/aws/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/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/contrib/restricted/aws/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dcf82a82b5..0000000000 --- a/contrib/restricted/aws/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(aws-c-auth) -add_subdirectory(aws-c-cal) -add_subdirectory(aws-c-common) -add_subdirectory(aws-c-compression) -add_subdirectory(aws-c-event-stream) -add_subdirectory(aws-c-http) -add_subdirectory(aws-c-io) -add_subdirectory(aws-c-mqtt) -add_subdirectory(aws-c-s3) -add_subdirectory(aws-c-sdkutils) -add_subdirectory(aws-checksums) -add_subdirectory(aws-crt-cpp) diff --git a/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ec91345687..0000000000 --- a/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,77 +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(restricted-aws-aws-c-auth) -target_compile_options(restricted-aws-aws-c-auth PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-auth PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include -) -target_link_libraries(restricted-aws-aws-c-auth PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-c-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c -) diff --git a/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec91345687..0000000000 --- a/contrib/restricted/aws/aws-c-auth/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,77 +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(restricted-aws-aws-c-auth) -target_compile_options(restricted-aws-aws-c-auth PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-auth PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include -) -target_link_libraries(restricted-aws-aws-c-auth PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-c-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c -) diff --git a/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a5fcbf2c6..0000000000 --- a/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,78 +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(restricted-aws-aws-c-auth) -target_compile_options(restricted-aws-aws-c-auth PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-auth PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include -) -target_link_libraries(restricted-aws-aws-c-auth PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-c-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c -) diff --git a/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a5fcbf2c6..0000000000 --- a/contrib/restricted/aws/aws-c-auth/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,78 +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(restricted-aws-aws-c-auth) -target_compile_options(restricted-aws-aws-c-auth PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-auth PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include -) -target_link_libraries(restricted-aws-aws-c-auth PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-c-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c -) diff --git a/contrib/restricted/aws/aws-c-auth/CMakeLists.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-auth/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/contrib/restricted/aws/aws-c-auth/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-auth/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec91345687..0000000000 --- a/contrib/restricted/aws/aws-c-auth/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,77 +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(restricted-aws-aws-c-auth) -target_compile_options(restricted-aws-aws-c-auth PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-auth PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include -) -target_link_libraries(restricted-aws-aws-c-auth PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-c-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c -) diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6206412f64..0000000000 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,42 +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(restricted-aws-aws-c-cal) -target_compile_options(restricted-aws-aws-c-cal PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-cal PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include -) -target_link_libraries(restricted-aws-aws-c-cal PUBLIC - contrib-libs-openssl - restricted-aws-aws-c-common -) -target_link_options(restricted-aws-aws-c-cal INTERFACE - -framework - Security -) -target_sources(restricted-aws-aws-c-cal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_md5.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_platform_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/securityframework_ecc.c -) diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6206412f64..0000000000 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,42 +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(restricted-aws-aws-c-cal) -target_compile_options(restricted-aws-aws-c-cal PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-cal PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include -) -target_link_libraries(restricted-aws-aws-c-cal PUBLIC - contrib-libs-openssl - restricted-aws-aws-c-common -) -target_link_options(restricted-aws-aws-c-cal INTERFACE - -framework - Security -) -target_sources(restricted-aws-aws-c-cal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_md5.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_platform_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/commoncrypto_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/darwin/securityframework_ecc.c -) diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e69079b078..0000000000 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,37 +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(restricted-aws-aws-c-cal) -target_compile_options(restricted-aws-aws-c-cal PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-cal PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include -) -target_link_libraries(restricted-aws-aws-c-cal PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-cal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_platform_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hmac.c -) diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e69079b078..0000000000 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,37 +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(restricted-aws-aws-c-cal) -target_compile_options(restricted-aws-aws-c-cal PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-cal PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include -) -target_link_libraries(restricted-aws-aws-c-cal PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-cal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_platform_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hmac.c -) diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-cal/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/contrib/restricted/aws/aws-c-cal/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76b07c4e98..0000000000 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.windows-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(restricted-aws-aws-c-cal) -target_compile_options(restricted-aws-aws-c-cal PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-cal PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include -) -target_link_libraries(restricted-aws-aws-c-cal PUBLIC - contrib-libs-openssl - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-cal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c -) diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-arm64.txt deleted file mode 100644 index fa330ecde6..0000000000 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,82 +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(restricted-aws-aws-c-common) -target_compile_options(restricted-aws-aws-c-common PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_PTHREAD_GETNAME_TAKES_3ARGS - -DAWS_PTHREAD_SETNAME_TAKES_2ARGS - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DAWS_AFFINITY_METHOD=AWS_AFFINITY_METHOD_NONE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include -) -target_link_options(restricted-aws-aws-c-common INTERFACE - -framework - CoreFoundation -) -target_sources(restricted-aws-aws-c-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/arm/asm/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/clock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/mutex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/rw_lock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/system_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/thread.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/time.c -) diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ee6bee53f..0000000000 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,96 +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(restricted-aws-aws-c-common) -target_compile_options(restricted-aws-aws-c-common PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_PTHREAD_GETNAME_TAKES_3ARGS - -DAWS_PTHREAD_SETNAME_TAKES_2ARGS - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DAWS_AFFINITY_METHOD=AWS_AFFINITY_METHOD_NONE - -DHAVE_MM256_EXTRACT_EPI64 - -DHAVE_AVX2_INTRINSICS - -DUSE_SIMD_ENCODING - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include -) -target_link_options(restricted-aws-aws-c-common INTERFACE - -framework - CoreFoundation -) -target_sources(restricted-aws-aws-c-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/asm/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/clock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/mutex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/rw_lock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/system_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/thread.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/time.c -) -target_sources_custom(restricted-aws-aws-c-common - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/encoding_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 19a8a3c493..0000000000 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,81 +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(restricted-aws-aws-c-common) -target_compile_options(restricted-aws-aws-c-common PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_PTHREAD_GETNAME_TAKES_3ARGS - -DAWS_PTHREAD_SETNAME_TAKES_2ARGS - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DAWS_AFFINITY_METHOD=AWS_AFFINITY_METHOD_PTHREAD_ATTR - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include -) -target_link_libraries(restricted-aws-aws-c-common PUBLIC - contrib-libs-linux-headers -) -target_sources(restricted-aws-aws-c-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/arm/asm/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/clock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/mutex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/rw_lock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/system_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/thread.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/time.c -) diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f8dd90a18..0000000000 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,95 +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(restricted-aws-aws-c-common) -target_compile_options(restricted-aws-aws-c-common PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_PTHREAD_GETNAME_TAKES_3ARGS - -DAWS_PTHREAD_SETNAME_TAKES_2ARGS - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DAWS_AFFINITY_METHOD=AWS_AFFINITY_METHOD_PTHREAD_ATTR - -DHAVE_MM256_EXTRACT_EPI64 - -DHAVE_AVX2_INTRINSICS - -DUSE_SIMD_ENCODING - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include -) -target_link_libraries(restricted-aws-aws-c-common PUBLIC - contrib-libs-linux-headers -) -target_sources(restricted-aws-aws-c-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/asm/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/clock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/environment.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/mutex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/process.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/rw_lock.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/system_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/thread.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/time.c -) -target_sources_custom(restricted-aws-aws-c-common - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/encoding_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-common/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/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb7823f7c5..0000000000 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,81 +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(restricted-aws-aws-c-common) -target_compile_options(restricted-aws-aws-c-common PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_PTHREAD_GETNAME_TAKES_3ARGS - -DAWS_PTHREAD_SETNAME_TAKES_2ARGS - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DAWS_COMMON_EXPORTS - -DHAVE_MM256_EXTRACT_EPI64 - -DHAVE_AVX2_INTRINSICS - -DUSE_SIMD_ENCODING - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include -) -target_sources(restricted-aws-aws-c-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/asm/cpuid.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/cpuid.c -) -target_sources_custom(restricted-aws-aws-c-common - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/encoding_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/contrib/restricted/aws/aws-c-compression/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 23107a5c55..0000000000 --- a/contrib/restricted/aws/aws-c-compression/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(restricted-aws-aws-c-compression) -target_compile_options(restricted-aws-aws-c-compression PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-compression PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/include -) -target_link_libraries(restricted-aws-aws-c-compression PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/compression.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman_testing.c -) diff --git a/contrib/restricted/aws/aws-c-compression/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23107a5c55..0000000000 --- a/contrib/restricted/aws/aws-c-compression/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(restricted-aws-aws-c-compression) -target_compile_options(restricted-aws-aws-c-compression PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-compression PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/include -) -target_link_libraries(restricted-aws-aws-c-compression PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/compression.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman_testing.c -) diff --git a/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 045999f577..0000000000 --- a/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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(restricted-aws-aws-c-compression) -target_compile_options(restricted-aws-aws-c-compression PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-compression PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/include -) -target_link_libraries(restricted-aws-aws-c-compression PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/compression.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman_testing.c -) diff --git a/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 045999f577..0000000000 --- a/contrib/restricted/aws/aws-c-compression/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-aws-aws-c-compression) -target_compile_options(restricted-aws-aws-c-compression PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-compression PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/include -) -target_link_libraries(restricted-aws-aws-c-compression PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/compression.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman_testing.c -) diff --git a/contrib/restricted/aws/aws-c-compression/CMakeLists.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-compression/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/contrib/restricted/aws/aws-c-compression/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-compression/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 23107a5c55..0000000000 --- a/contrib/restricted/aws/aws-c-compression/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(restricted-aws-aws-c-compression) -target_compile_options(restricted-aws-aws-c-compression PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-compression PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/include -) -target_link_libraries(restricted-aws-aws-c-compression PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/compression.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-compression/source/huffman_testing.c -) diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0e233170c2..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,47 +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(restricted-aws-aws-c-event-stream) -target_compile_options(restricted-aws-aws-c-event-stream PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-event-stream PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include -) -target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-io - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-event-stream PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c -) diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e233170c2..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,47 +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(restricted-aws-aws-c-event-stream) -target_compile_options(restricted-aws-aws-c-event-stream PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-event-stream PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include -) -target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-io - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-event-stream PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c -) diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bbca582240..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,48 +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(restricted-aws-aws-c-event-stream) -target_compile_options(restricted-aws-aws-c-event-stream PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-event-stream PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include -) -target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common - restricted-aws-aws-c-io - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-event-stream PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c -) diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bbca582240..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,48 +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(restricted-aws-aws-c-event-stream) -target_compile_options(restricted-aws-aws-c-event-stream PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-event-stream PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include -) -target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common - restricted-aws-aws-c-io - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-event-stream PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c -) diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/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/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9844e7813..0000000000 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,48 +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(restricted-aws-aws-c-event-stream) -target_compile_options(restricted-aws-aws-c-event-stream PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DAWS_EVENT_STREAM_EXPORTS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-event-stream PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include -) -target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-io - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-event-stream PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c -) diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2df1842086..0000000000 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,70 +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(restricted-aws-aws-c-http) -target_compile_options(restricted-aws-aws-c-http PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-http PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include -) -target_link_libraries(restricted-aws-aws-c-http PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-compression - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c -) diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2df1842086..0000000000 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,70 +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(restricted-aws-aws-c-http) -target_compile_options(restricted-aws-aws-c-http PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-http PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include -) -target_link_libraries(restricted-aws-aws-c-http PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-compression - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c -) diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4cef4bd81e..0000000000 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,71 +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(restricted-aws-aws-c-http) -target_compile_options(restricted-aws-aws-c-http PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-http PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include -) -target_link_libraries(restricted-aws-aws-c-http PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-compression - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c -) diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4cef4bd81e..0000000000 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,71 +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(restricted-aws-aws-c-http) -target_compile_options(restricted-aws-aws-c-http PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-http PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include -) -target_link_libraries(restricted-aws-aws-c-http PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-compression - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c -) diff --git a/contrib/restricted/aws/aws-c-http/CMakeLists.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-http/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/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d1599b730..0000000000 --- a/contrib/restricted/aws/aws-c-http/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,72 +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(restricted-aws-aws-c-http) -target_compile_options(restricted-aws-aws-c-http PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DAWS_HTTP_EXPORTS - -std=c99 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-http PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include -) -target_link_libraries(restricted-aws-aws-c-http PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-compression - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c -) diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1608401534..0000000000 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,65 +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(restricted-aws-aws-c-io) -target_compile_options(restricted-aws-aws-c-io PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DUSE_S2N - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-io PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) -target_link_libraries(restricted-aws-aws-c-io PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-s2n -) -target_sources(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/bsd/kqueue_event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c -) diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1608401534..0000000000 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,65 +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(restricted-aws-aws-c-io) -target_compile_options(restricted-aws-aws-c-io PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DUSE_S2N - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-io PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) -target_link_libraries(restricted-aws-aws-c-io PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-s2n -) -target_sources(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/bsd/kqueue_event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c -) diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be76545271..0000000000 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,66 +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(restricted-aws-aws-c-io) -target_compile_options(restricted-aws-aws-c-io PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DUSE_S2N - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-io PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) -target_link_libraries(restricted-aws-aws-c-io PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-s2n -) -target_sources(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/linux/epoll_event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c -) diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be76545271..0000000000 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,66 +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(restricted-aws-aws-c-io) -target_compile_options(restricted-aws-aws-c-io PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DUSE_S2N - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-io PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) -target_link_libraries(restricted-aws-aws-c-io PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-s2n -) -target_sources(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/linux/epoll_event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c -) diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-io/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/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f353ab49e0..0000000000 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,60 +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(restricted-aws-aws-c-io) -target_compile_options(restricted-aws-aws-c-io PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DAWS_IO_EXPORTS - -DAWS_USE_IO_COMPLETION_PORTS - -std=c99 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-io PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) -target_link_libraries(restricted-aws-aws-c-io PUBLIC - restricted-aws-aws-c-cal - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c -) diff --git a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f6f7676670..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,61 +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(restricted-aws-aws-c-mqtt) -target_compile_options(restricted-aws-aws-c-mqtt PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-mqtt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/include -) -target_link_libraries(restricted-aws-aws-c-mqtt PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-mqtt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/fixed_header.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/packets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/shared_constants.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/topic_tree.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_listener.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_options_storage.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_topic_alias.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_types.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/rate_limiters.c -) diff --git a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f6f7676670..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,61 +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(restricted-aws-aws-c-mqtt) -target_compile_options(restricted-aws-aws-c-mqtt PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-mqtt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/include -) -target_link_libraries(restricted-aws-aws-c-mqtt PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-mqtt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/fixed_header.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/packets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/shared_constants.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/topic_tree.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_listener.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_options_storage.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_topic_alias.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_types.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/rate_limiters.c -) diff --git a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 664aafb94e..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,62 +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(restricted-aws-aws-c-mqtt) -target_compile_options(restricted-aws-aws-c-mqtt PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-mqtt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/include -) -target_link_libraries(restricted-aws-aws-c-mqtt PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-mqtt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/fixed_header.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/packets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/shared_constants.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/topic_tree.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_listener.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_options_storage.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_topic_alias.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_types.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/rate_limiters.c -) diff --git a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 664aafb94e..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,62 +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(restricted-aws-aws-c-mqtt) -target_compile_options(restricted-aws-aws-c-mqtt PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-mqtt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/include -) -target_link_libraries(restricted-aws-aws-c-mqtt PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-mqtt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/fixed_header.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/packets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/shared_constants.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/topic_tree.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_listener.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_options_storage.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_topic_alias.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_types.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/rate_limiters.c -) diff --git a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/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/contrib/restricted/aws/aws-c-mqtt/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-mqtt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 629772eebb..0000000000 --- a/contrib/restricted/aws/aws-c-mqtt/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,62 +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(restricted-aws-aws-c-mqtt) -target_compile_options(restricted-aws-aws-c-mqtt PRIVATE - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_USE_EPOLL - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DAWS_MQTT_EXPORTS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-mqtt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/include -) -target_link_libraries(restricted-aws-aws-c-mqtt PUBLIC - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io -) -target_sources(restricted-aws-aws-c-mqtt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/client_channel_handler.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/fixed_header.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/packets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/shared_constants.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/topic_tree.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_listener.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_options_storage.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_topic_alias.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_types.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/mqtt5_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-mqtt/source/v5/rate_limiters.c -) diff --git a/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-arm64.txt deleted file mode 100644 index afd70c3f76..0000000000 --- a/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,68 +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(restricted-aws-aws-c-s3) -target_compile_options(restricted-aws-aws-c-s3 PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include -) -target_link_libraries(restricted-aws-aws-c-s3 PUBLIC - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c -) diff --git a/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index afd70c3f76..0000000000 --- a/contrib/restricted/aws/aws-c-s3/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,68 +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(restricted-aws-aws-c-s3) -target_compile_options(restricted-aws-aws-c-s3 PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include -) -target_link_libraries(restricted-aws-aws-c-s3 PUBLIC - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c -) diff --git a/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0969b7de23..0000000000 --- a/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,69 +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(restricted-aws-aws-c-s3) -target_compile_options(restricted-aws-aws-c-s3 PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include -) -target_link_libraries(restricted-aws-aws-c-s3 PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c -) diff --git a/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0969b7de23..0000000000 --- a/contrib/restricted/aws/aws-c-s3/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,69 +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(restricted-aws-aws-c-s3) -target_compile_options(restricted-aws-aws-c-s3 PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include -) -target_link_libraries(restricted-aws-aws-c-s3 PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c -) diff --git a/contrib/restricted/aws/aws-c-s3/CMakeLists.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-s3/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/contrib/restricted/aws/aws-c-s3/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-s3/CMakeLists.windows-x86_64.txt deleted file mode 100644 index afd70c3f76..0000000000 --- a/contrib/restricted/aws/aws-c-s3/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,68 +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(restricted-aws-aws-c-s3) -target_compile_options(restricted-aws-aws-c-s3 PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DHAVE_SYSCONF - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include -) -target_link_libraries(restricted-aws-aws-c-s3 PUBLIC - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-sdkutils - restricted-aws-aws-checksums -) -target_sources(restricted-aws-aws-c-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c -) diff --git a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-arm64.txt deleted file mode 100644 index dae0956520..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(restricted-aws-aws-c-sdkutils) -target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include -) -target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-sdkutils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c -) diff --git a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dae0956520..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-aws-aws-c-sdkutils) -target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include -) -target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-sdkutils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c -) diff --git a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aa506361e..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(restricted-aws-aws-c-sdkutils) -target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include -) -target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-sdkutils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c -) diff --git a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7aa506361e..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(restricted-aws-aws-c-sdkutils) -target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include -) -target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-sdkutils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c -) diff --git a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/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/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dae0956520..0000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-aws-aws-c-sdkutils) -target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include -) -target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-c-sdkutils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c -) diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c7805ff1e2..0000000000 --- a/contrib/restricted/aws/aws-checksums/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(restricted-aws-aws-checksums) -target_compile_options(restricted-aws-aws-checksums PRIVATE - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-checksums PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/include -) -target_link_libraries(restricted-aws-aws-checksums PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-checksums PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc_sw.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/intel/asm/crc32c_sse42_asm.c -) diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c7805ff1e2..0000000000 --- a/contrib/restricted/aws/aws-checksums/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(restricted-aws-aws-checksums) -target_compile_options(restricted-aws-aws-checksums PRIVATE - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-checksums PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/include -) -target_link_libraries(restricted-aws-aws-checksums PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-checksums PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc_sw.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/intel/asm/crc32c_sse42_asm.c -) diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 70c75162ac..0000000000 --- a/contrib/restricted/aws/aws-checksums/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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(restricted-aws-aws-checksums) -target_compile_options(restricted-aws-aws-checksums PRIVATE - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-checksums PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/include -) -target_link_libraries(restricted-aws-aws-checksums PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-checksums PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc_sw.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/intel/asm/crc32c_sse42_asm.c -) diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 70c75162ac..0000000000 --- a/contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-aws-aws-checksums) -target_compile_options(restricted-aws-aws-checksums PRIVATE - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-checksums PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/include -) -target_link_libraries(restricted-aws-aws-checksums PUBLIC - contrib-libs-linux-headers - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-checksums PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc_sw.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/intel/asm/crc32c_sse42_asm.c -) diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-checksums/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/contrib/restricted/aws/aws-checksums/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c7805ff1e2..0000000000 --- a/contrib/restricted/aws/aws-checksums/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(restricted-aws-aws-checksums) -target_compile_options(restricted-aws-aws-checksums PRIVATE - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DHAVE_SYSCONF - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-checksums PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/include -) -target_link_libraries(restricted-aws-aws-checksums PUBLIC - restricted-aws-aws-c-common -) -target_sources(restricted-aws-aws-checksums PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/crc_sw.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-checksums/source/intel/asm/crc32c_sse42_asm.c -) diff --git a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6c2e3fb3bc..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,90 +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(restricted-aws-aws-crt-cpp) -target_compile_options(restricted-aws-aws-crt-cpp PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_CRT_CPP_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-crt-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include -) -target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC - contrib-libs-cxxsupp - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-s3 - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-crt-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp -) diff --git a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6c2e3fb3bc..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,90 +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(restricted-aws-aws-crt-cpp) -target_compile_options(restricted-aws-aws-crt-cpp PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_CRT_CPP_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-crt-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include -) -target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC - contrib-libs-cxxsupp - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-s3 - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-crt-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp -) diff --git a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 04fd641c30..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,91 +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(restricted-aws-aws-crt-cpp) -target_compile_options(restricted-aws-aws-crt-cpp PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_CRT_CPP_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-crt-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include -) -target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-s3 - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-crt-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp -) diff --git a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 04fd641c30..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,91 +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(restricted-aws-aws-crt-cpp) -target_compile_options(restricted-aws-aws-crt-cpp PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_CRT_CPP_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-crt-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include -) -target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-s3 - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-crt-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp -) diff --git a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/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/contrib/restricted/aws/aws-crt-cpp/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-crt-cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4d6fa795e4..0000000000 --- a/contrib/restricted/aws/aws-crt-cpp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,91 +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(restricted-aws-aws-crt-cpp) -target_compile_options(restricted-aws-aws-crt-cpp PRIVATE - -DAWS_AUTH_USE_IMPORT_EXPORT - -DAWS_CAL_USE_IMPORT_EXPORT - -DAWS_CHECKSUMS_USE_IMPORT_EXPORT - -DAWS_COMMON_USE_IMPORT_EXPORT - -DAWS_COMPRESSION_USE_IMPORT_EXPORT - -DAWS_CRT_CPP_USE_IMPORT_EXPORT - -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT - -DAWS_HTTP_USE_IMPORT_EXPORT - -DAWS_IO_USE_IMPORT_EXPORT - -DAWS_MQTT_USE_IMPORT_EXPORT - -DAWS_MQTT_WITH_WEBSOCKETS - -DAWS_S3_USE_IMPORT_EXPORT - -DAWS_SDKUTILS_USE_IMPORT_EXPORT - -DAWS_USE_EPOLL - -DCJSON_HIDE_SYMBOLS - -DS2N_CLONE_SUPPORTED - -DS2N_CPUID_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_MADVISE_SUPPORTED - -DS2N_PLATFORM_SUPPORTS_KTLS - -DS2N_STACKTRACE - -DS2N___RESTRICT__SUPPORTED - -DAWS_CRT_CPP_EXPORTS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-aws-crt-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include -) -target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC - contrib-libs-cxxsupp - restricted-aws-aws-c-auth - restricted-aws-aws-c-cal - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-http - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-s3 - restricted-aws-aws-c-sdkutils -) -target_sources(restricted-aws-aws-crt-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp -) diff --git a/contrib/restricted/aws/s2n/CMakeLists.darwin-arm64.txt b/contrib/restricted/aws/s2n/CMakeLists.darwin-arm64.txt deleted file mode 100644 index be6c3f8c45..0000000000 --- a/contrib/restricted/aws/s2n/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,218 +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(restricted-aws-s2n) -target_compile_options(restricted-aws-s2n PRIVATE - -DS2N_ATOMIC_SUPPORTED - -DS2N_CLOEXEC_SUPPORTED - -DS2N_CLOEXEC_XOPEN_SUPPORTED - -DS2N_CLONE_SUPPORTED - -DS2N_DIAGNOSTICS_POP_SUPPORTED - -DS2N_DIAGNOSTICS_PUSH_SUPPORTED - -DS2N_EXECINFO_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_KYBER512R3_AVX2_BMI2_SUPPORTED - -DS2N_KYBER512R3_M256_INTRINSICS_SUPPORTED - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_LIBCRYPTO_SUPPORTS_FLAG_NO_CHECK_TIME - -DS2N_MADVISE_SUPPORTED - -DS2N___RESTRICT__SUPPORTED - -DS2N_STACKTRACE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-s2n PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/api -) -target_link_libraries(restricted-aws-s2n PUBLIC - contrib-libs-openssl -) -target_sources(restricted-aws-s2n PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_aes_gcm.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_3des.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_certificate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_composite_cipher_aes_sha.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_dhe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_drbg.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecc_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecdsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_fips.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_libcrypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_locking.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_openssl_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_sequence.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_null.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_tls13_keys.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/error/s2n_errno.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_reduce.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_symmetric-shake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_kyber_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_base64.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_network_order.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_pem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_text.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_max_frag_len.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_pq_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_groups.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_ec_point_format.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type_lists.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_npn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_nst_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_psk_key_exchange_modes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_quic_transport_params.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_max_fragment_length.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_alerts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_async_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_auth_selection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_change_cipher_spec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_suites.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ecc_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_encrypted_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_establish_session.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_fingerprint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_hashes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_transcript.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_log.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_update.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_next_protocol.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ocsp_stapling.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_post_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_prf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_protocol_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_quic_support.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_composite.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_write.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_recv.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_renegotiate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_resume.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_security_policies.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_send.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_done.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello_retry.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_new_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_shutdown.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_certificate_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_key_schedule.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_secrets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_x509_validator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_array.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_atomic.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_blob.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_ensure.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_fork_detection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_map.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_mem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_rfc5952.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_safety.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_timer.c -) diff --git a/contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt b/contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5a2ac247d2..0000000000 --- a/contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,305 +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(restricted-aws-s2n) -target_compile_options(restricted-aws-s2n PRIVATE - -DS2N_ATOMIC_SUPPORTED - -DS2N_CLOEXEC_SUPPORTED - -DS2N_CLOEXEC_XOPEN_SUPPORTED - -DS2N_CLONE_SUPPORTED - -DS2N_DIAGNOSTICS_POP_SUPPORTED - -DS2N_DIAGNOSTICS_PUSH_SUPPORTED - -DS2N_EXECINFO_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_KYBER512R3_AVX2_BMI2_SUPPORTED - -DS2N_KYBER512R3_M256_INTRINSICS_SUPPORTED - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_LIBCRYPTO_SUPPORTS_FLAG_NO_CHECK_TIME - -DS2N_MADVISE_SUPPORTED - -DS2N___RESTRICT__SUPPORTED - -DS2N_STACKTRACE - -DS2N_CPUID_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-s2n PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/api -) -target_link_libraries(restricted-aws-s2n PUBLIC - contrib-libs-openssl -) -target_sources(restricted-aws-s2n PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_basemul_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fq_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_invntt_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_shuffle_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_aes_gcm.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_3des.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_certificate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_composite_cipher_aes_sha.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_dhe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_drbg.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecc_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecdsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_fips.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_libcrypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_locking.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_openssl_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_sequence.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_null.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_tls13_keys.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/error/s2n_errno.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_reduce.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_symmetric-shake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_kyber_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_base64.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_network_order.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_pem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_text.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_max_frag_len.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_pq_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_groups.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_ec_point_format.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type_lists.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_npn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_nst_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_psk_key_exchange_modes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_quic_transport_params.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_max_fragment_length.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_alerts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_async_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_auth_selection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_change_cipher_spec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_suites.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ecc_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_encrypted_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_establish_session.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_fingerprint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_hashes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_transcript.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_log.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_update.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_next_protocol.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ocsp_stapling.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_post_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_prf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_protocol_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_quic_support.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_composite.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_write.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_recv.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_renegotiate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_resume.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_security_policies.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_send.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_done.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello_retry.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_new_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_shutdown.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_certificate_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_key_schedule.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_secrets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_x509_validator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_array.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_atomic.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_blob.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_ensure.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_fork_detection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_map.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_mem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_rfc5952.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_safety.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_timer.c -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/KeccakP-1600-times4-SIMD256_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_consts_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202x4_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_rejsample_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/contrib/restricted/aws/s2n/CMakeLists.linux-aarch64.txt b/contrib/restricted/aws/s2n/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d6d351561d..0000000000 --- a/contrib/restricted/aws/s2n/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,222 +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(restricted-aws-s2n) -target_compile_options(restricted-aws-s2n PRIVATE - -DS2N_ATOMIC_SUPPORTED - -DS2N_CLOEXEC_SUPPORTED - -DS2N_CLOEXEC_XOPEN_SUPPORTED - -DS2N_CLONE_SUPPORTED - -DS2N_DIAGNOSTICS_POP_SUPPORTED - -DS2N_DIAGNOSTICS_PUSH_SUPPORTED - -DS2N_EXECINFO_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_KYBER512R3_AVX2_BMI2_SUPPORTED - -DS2N_KYBER512R3_M256_INTRINSICS_SUPPORTED - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_LIBCRYPTO_SUPPORTS_FLAG_NO_CHECK_TIME - -DS2N_MADVISE_SUPPORTED - -DS2N___RESTRICT__SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_LINUX_SENDFILE - -DS2N_KTLS_SUPPORTED - -DS2N_STACKTRACE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-s2n PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/api -) -target_link_libraries(restricted-aws-s2n PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl -) -target_sources(restricted-aws-s2n PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_aes_gcm.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_3des.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_certificate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_composite_cipher_aes_sha.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_dhe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_drbg.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecc_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecdsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_fips.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_libcrypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_locking.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_openssl_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_sequence.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_null.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_tls13_keys.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/error/s2n_errno.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_reduce.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_symmetric-shake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_kyber_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_base64.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_network_order.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_pem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_text.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_max_frag_len.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_pq_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_groups.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_ec_point_format.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type_lists.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_npn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_nst_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_psk_key_exchange_modes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_quic_transport_params.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_max_fragment_length.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_alerts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_async_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_auth_selection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_change_cipher_spec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_suites.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ecc_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_encrypted_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_establish_session.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_fingerprint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_hashes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_transcript.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_log.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_update.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_next_protocol.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ocsp_stapling.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_post_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_prf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_protocol_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_quic_support.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_composite.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_write.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_recv.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_renegotiate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_resume.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_security_policies.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_send.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_done.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello_retry.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_new_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_shutdown.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_certificate_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_key_schedule.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_secrets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_x509_validator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_array.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_atomic.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_blob.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_ensure.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_fork_detection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_map.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_mem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_rfc5952.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_safety.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_timer.c -) diff --git a/contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt b/contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c982e3ec5d..0000000000 --- a/contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,309 +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(restricted-aws-s2n) -target_compile_options(restricted-aws-s2n PRIVATE - -DS2N_ATOMIC_SUPPORTED - -DS2N_CLOEXEC_SUPPORTED - -DS2N_CLOEXEC_XOPEN_SUPPORTED - -DS2N_CLONE_SUPPORTED - -DS2N_DIAGNOSTICS_POP_SUPPORTED - -DS2N_DIAGNOSTICS_PUSH_SUPPORTED - -DS2N_EXECINFO_AVAILABLE - -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_KYBER512R3_AVX2_BMI2_SUPPORTED - -DS2N_KYBER512R3_M256_INTRINSICS_SUPPORTED - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH - -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX - -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 - -DS2N_LIBCRYPTO_SUPPORTS_FLAG_NO_CHECK_TIME - -DS2N_MADVISE_SUPPORTED - -DS2N___RESTRICT__SUPPORTED - -DS2N_FEATURES_AVAILABLE - -DS2N_LINUX_SENDFILE - -DS2N_KTLS_SUPPORTED - -DS2N_STACKTRACE - -DS2N_CPUID_AVAILABLE - -DS2N_KYBER512R3_AVX2_BMI2 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-aws-s2n PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/api -) -target_link_libraries(restricted-aws-s2n PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl -) -target_sources(restricted-aws-s2n PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_basemul_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fq_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_invntt_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_shuffle_avx2.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_aes_gcm.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_3des.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cbc_cipher_aes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_certificate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_composite_cipher_aes_sha.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_dhe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_drbg.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecc_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_ecdsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_evp_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_fips.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hash.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_hmac.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_libcrypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_locking.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_openssl_x509.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_rsa_signing.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_sequence.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_null.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_stream_cipher_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/crypto/s2n_tls13_keys.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/error/s2n_errno.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_ntt.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_reduce.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_symmetric-shake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_kyber_evp.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/s2n_pq_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_base64.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_file.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_network_order.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_pem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/stuffer/s2n_stuffer_text.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_cert_status_response.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_max_frag_len.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_pq_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_groups.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_client_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_ec_point_format.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_extension_type_lists.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_npn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_nst_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_psk_key_exchange_modes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_quic_transport_params.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_alpn.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cert_status_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_cookie.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_early_data_indication.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_ems.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_key_share.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_max_fragment_length.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_renegotiation_info.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_sct_list.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_server_name.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_server_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/extensions/s2n_supported_versions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_alerts.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_async_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_auth_selection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_change_cipher_spec.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_cipher_suites.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_cert_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_hello_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_client_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_config.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_connection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crl.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_crypto.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_early_data_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ecc_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_encrypted_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_establish_session.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_fingerprint.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_hashes.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_transcript.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_handshake_type.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kem_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_kex.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_log.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_key_update.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ktls_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_next_protocol.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_ocsp_stapling.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_post_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_prf.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_protocol_preferences.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_psk.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_quic_support.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_aead.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_composite.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_read_stream.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_record_write.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_recv.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_renegotiate.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_resume.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_security_policies.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_send.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_cert_request.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_done.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_extensions.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_finished.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_hello_retry.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_key_exchange.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_server_new_session_ticket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_shutdown.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_algorithms.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_certificate_verify.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_handshake.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_key_schedule.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_tls13_secrets.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/tls/s2n_x509_validator.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_array.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_atomic.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_blob.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_ensure.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_fork_detection.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_init.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_io.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_map.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_mem.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_random.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_result.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_rfc5952.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_safety.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_set.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_socket.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/utils/s2n_timer.c -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/KeccakP-1600-times4-SIMD256_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_cbd_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_consts_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_fips202x4_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_indcpa_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_poly_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_polyvec_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) -target_sources_custom(restricted-aws-s2n - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n/pq-crypto/kyber_r3/kyber512r3_rejsample_avx2.c - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/contrib/restricted/aws/s2n/CMakeLists.txt b/contrib/restricted/aws/s2n/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/aws/s2n/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. - - -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) -endif() diff --git a/contrib/restricted/boost/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/CMakeLists.darwin-arm64.txt deleted file mode 100644 index aaeb2e5646..0000000000 --- a/contrib/restricted/boost/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,73 +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(algorithm) -add_subdirectory(align) -add_subdirectory(any) -add_subdirectory(array) -add_subdirectory(asio) -add_subdirectory(assert) -add_subdirectory(atomic) -add_subdirectory(bind) -add_subdirectory(chrono) -add_subdirectory(concept_check) -add_subdirectory(config) -add_subdirectory(container) -add_subdirectory(container_hash) -add_subdirectory(context) -add_subdirectory(conversion) -add_subdirectory(core) -add_subdirectory(coroutine) -add_subdirectory(crc) -add_subdirectory(date_time) -add_subdirectory(describe) -add_subdirectory(detail) -add_subdirectory(dynamic_bitset) -add_subdirectory(exception) -add_subdirectory(format) -add_subdirectory(function) -add_subdirectory(function_types) -add_subdirectory(functional) -add_subdirectory(fusion) -add_subdirectory(integer) -add_subdirectory(interprocess) -add_subdirectory(intrusive) -add_subdirectory(io) -add_subdirectory(iostreams) -add_subdirectory(iterator) -add_subdirectory(lexical_cast) -add_subdirectory(locale) -add_subdirectory(math) -add_subdirectory(move) -add_subdirectory(mp11) -add_subdirectory(mpl) -add_subdirectory(multi_index) -add_subdirectory(numeric_conversion) -add_subdirectory(optional) -add_subdirectory(pool) -add_subdirectory(predef) -add_subdirectory(preprocessor) -add_subdirectory(program_options) -add_subdirectory(random) -add_subdirectory(range) -add_subdirectory(ratio) -add_subdirectory(regex) -add_subdirectory(smart_ptr) -add_subdirectory(static_assert) -add_subdirectory(system) -add_subdirectory(thread) -add_subdirectory(throw_exception) -add_subdirectory(tokenizer) -add_subdirectory(tuple) -add_subdirectory(type_index) -add_subdirectory(type_traits) -add_subdirectory(typeof) -add_subdirectory(unordered) -add_subdirectory(utility) -add_subdirectory(variant2) -add_subdirectory(winapi) diff --git a/contrib/restricted/boost/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ce12f636b..0000000000 --- a/contrib/restricted/boost/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,91 +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(algorithm) -add_subdirectory(align) -add_subdirectory(any) -add_subdirectory(array) -add_subdirectory(asio) -add_subdirectory(assert) -add_subdirectory(atomic) -add_subdirectory(bimap) -add_subdirectory(bind) -add_subdirectory(chrono) -add_subdirectory(concept_check) -add_subdirectory(config) -add_subdirectory(container) -add_subdirectory(container_hash) -add_subdirectory(context) -add_subdirectory(conversion) -add_subdirectory(core) -add_subdirectory(coroutine) -add_subdirectory(crc) -add_subdirectory(date_time) -add_subdirectory(describe) -add_subdirectory(detail) -add_subdirectory(dynamic_bitset) -add_subdirectory(endian) -add_subdirectory(exception) -add_subdirectory(foreach) -add_subdirectory(format) -add_subdirectory(function) -add_subdirectory(function_types) -add_subdirectory(functional) -add_subdirectory(fusion) -add_subdirectory(graph) -add_subdirectory(icl) -add_subdirectory(integer) -add_subdirectory(interprocess) -add_subdirectory(intrusive) -add_subdirectory(io) -add_subdirectory(iostreams) -add_subdirectory(iterator) -add_subdirectory(lambda) -add_subdirectory(lexical_cast) -add_subdirectory(locale) -add_subdirectory(math) -add_subdirectory(move) -add_subdirectory(mp11) -add_subdirectory(mpl) -add_subdirectory(multi_array) -add_subdirectory(multi_index) -add_subdirectory(numeric_conversion) -add_subdirectory(optional) -add_subdirectory(parameter) -add_subdirectory(phoenix) -add_subdirectory(pool) -add_subdirectory(predef) -add_subdirectory(preprocessor) -add_subdirectory(program_options) -add_subdirectory(property_map) -add_subdirectory(property_tree) -add_subdirectory(proto) -add_subdirectory(random) -add_subdirectory(range) -add_subdirectory(ratio) -add_subdirectory(rational) -add_subdirectory(regex) -add_subdirectory(serialization) -add_subdirectory(smart_ptr) -add_subdirectory(spirit) -add_subdirectory(static_assert) -add_subdirectory(system) -add_subdirectory(thread) -add_subdirectory(throw_exception) -add_subdirectory(tokenizer) -add_subdirectory(tti) -add_subdirectory(tuple) -add_subdirectory(type_index) -add_subdirectory(type_traits) -add_subdirectory(typeof) -add_subdirectory(unordered) -add_subdirectory(utility) -add_subdirectory(variant) -add_subdirectory(variant2) -add_subdirectory(winapi) -add_subdirectory(xpressive) diff --git a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aaeb2e5646..0000000000 --- a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,73 +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(algorithm) -add_subdirectory(align) -add_subdirectory(any) -add_subdirectory(array) -add_subdirectory(asio) -add_subdirectory(assert) -add_subdirectory(atomic) -add_subdirectory(bind) -add_subdirectory(chrono) -add_subdirectory(concept_check) -add_subdirectory(config) -add_subdirectory(container) -add_subdirectory(container_hash) -add_subdirectory(context) -add_subdirectory(conversion) -add_subdirectory(core) -add_subdirectory(coroutine) -add_subdirectory(crc) -add_subdirectory(date_time) -add_subdirectory(describe) -add_subdirectory(detail) -add_subdirectory(dynamic_bitset) -add_subdirectory(exception) -add_subdirectory(format) -add_subdirectory(function) -add_subdirectory(function_types) -add_subdirectory(functional) -add_subdirectory(fusion) -add_subdirectory(integer) -add_subdirectory(interprocess) -add_subdirectory(intrusive) -add_subdirectory(io) -add_subdirectory(iostreams) -add_subdirectory(iterator) -add_subdirectory(lexical_cast) -add_subdirectory(locale) -add_subdirectory(math) -add_subdirectory(move) -add_subdirectory(mp11) -add_subdirectory(mpl) -add_subdirectory(multi_index) -add_subdirectory(numeric_conversion) -add_subdirectory(optional) -add_subdirectory(pool) -add_subdirectory(predef) -add_subdirectory(preprocessor) -add_subdirectory(program_options) -add_subdirectory(random) -add_subdirectory(range) -add_subdirectory(ratio) -add_subdirectory(regex) -add_subdirectory(smart_ptr) -add_subdirectory(static_assert) -add_subdirectory(system) -add_subdirectory(thread) -add_subdirectory(throw_exception) -add_subdirectory(tokenizer) -add_subdirectory(tuple) -add_subdirectory(type_index) -add_subdirectory(type_traits) -add_subdirectory(typeof) -add_subdirectory(unordered) -add_subdirectory(utility) -add_subdirectory(variant2) -add_subdirectory(winapi) diff --git a/contrib/restricted/boost/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2ce12f636b..0000000000 --- a/contrib/restricted/boost/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,91 +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(algorithm) -add_subdirectory(align) -add_subdirectory(any) -add_subdirectory(array) -add_subdirectory(asio) -add_subdirectory(assert) -add_subdirectory(atomic) -add_subdirectory(bimap) -add_subdirectory(bind) -add_subdirectory(chrono) -add_subdirectory(concept_check) -add_subdirectory(config) -add_subdirectory(container) -add_subdirectory(container_hash) -add_subdirectory(context) -add_subdirectory(conversion) -add_subdirectory(core) -add_subdirectory(coroutine) -add_subdirectory(crc) -add_subdirectory(date_time) -add_subdirectory(describe) -add_subdirectory(detail) -add_subdirectory(dynamic_bitset) -add_subdirectory(endian) -add_subdirectory(exception) -add_subdirectory(foreach) -add_subdirectory(format) -add_subdirectory(function) -add_subdirectory(function_types) -add_subdirectory(functional) -add_subdirectory(fusion) -add_subdirectory(graph) -add_subdirectory(icl) -add_subdirectory(integer) -add_subdirectory(interprocess) -add_subdirectory(intrusive) -add_subdirectory(io) -add_subdirectory(iostreams) -add_subdirectory(iterator) -add_subdirectory(lambda) -add_subdirectory(lexical_cast) -add_subdirectory(locale) -add_subdirectory(math) -add_subdirectory(move) -add_subdirectory(mp11) -add_subdirectory(mpl) -add_subdirectory(multi_array) -add_subdirectory(multi_index) -add_subdirectory(numeric_conversion) -add_subdirectory(optional) -add_subdirectory(parameter) -add_subdirectory(phoenix) -add_subdirectory(pool) -add_subdirectory(predef) -add_subdirectory(preprocessor) -add_subdirectory(program_options) -add_subdirectory(property_map) -add_subdirectory(property_tree) -add_subdirectory(proto) -add_subdirectory(random) -add_subdirectory(range) -add_subdirectory(ratio) -add_subdirectory(rational) -add_subdirectory(regex) -add_subdirectory(serialization) -add_subdirectory(smart_ptr) -add_subdirectory(spirit) -add_subdirectory(static_assert) -add_subdirectory(system) -add_subdirectory(thread) -add_subdirectory(throw_exception) -add_subdirectory(tokenizer) -add_subdirectory(tti) -add_subdirectory(tuple) -add_subdirectory(type_index) -add_subdirectory(type_traits) -add_subdirectory(typeof) -add_subdirectory(unordered) -add_subdirectory(utility) -add_subdirectory(variant) -add_subdirectory(variant2) -add_subdirectory(winapi) -add_subdirectory(xpressive) diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/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/contrib/restricted/boost/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 79eb1eb674..0000000000 --- a/contrib/restricted/boost/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,86 +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(algorithm) -add_subdirectory(align) -add_subdirectory(any) -add_subdirectory(array) -add_subdirectory(assert) -add_subdirectory(atomic) -add_subdirectory(bimap) -add_subdirectory(bind) -add_subdirectory(chrono) -add_subdirectory(concept_check) -add_subdirectory(config) -add_subdirectory(container) -add_subdirectory(container_hash) -add_subdirectory(conversion) -add_subdirectory(core) -add_subdirectory(date_time) -add_subdirectory(describe) -add_subdirectory(detail) -add_subdirectory(dynamic_bitset) -add_subdirectory(endian) -add_subdirectory(exception) -add_subdirectory(foreach) -add_subdirectory(format) -add_subdirectory(function) -add_subdirectory(function_types) -add_subdirectory(functional) -add_subdirectory(fusion) -add_subdirectory(graph) -add_subdirectory(icl) -add_subdirectory(integer) -add_subdirectory(interprocess) -add_subdirectory(intrusive) -add_subdirectory(io) -add_subdirectory(iterator) -add_subdirectory(lambda) -add_subdirectory(lexical_cast) -add_subdirectory(locale) -add_subdirectory(math) -add_subdirectory(move) -add_subdirectory(mp11) -add_subdirectory(mpl) -add_subdirectory(multi_array) -add_subdirectory(multi_index) -add_subdirectory(numeric_conversion) -add_subdirectory(optional) -add_subdirectory(parameter) -add_subdirectory(phoenix) -add_subdirectory(pool) -add_subdirectory(predef) -add_subdirectory(preprocessor) -add_subdirectory(property_map) -add_subdirectory(property_tree) -add_subdirectory(proto) -add_subdirectory(random) -add_subdirectory(range) -add_subdirectory(ratio) -add_subdirectory(rational) -add_subdirectory(regex) -add_subdirectory(scope_exit) -add_subdirectory(serialization) -add_subdirectory(smart_ptr) -add_subdirectory(spirit) -add_subdirectory(static_assert) -add_subdirectory(system) -add_subdirectory(thread) -add_subdirectory(throw_exception) -add_subdirectory(tokenizer) -add_subdirectory(tti) -add_subdirectory(tuple) -add_subdirectory(type_index) -add_subdirectory(type_traits) -add_subdirectory(typeof) -add_subdirectory(unordered) -add_subdirectory(utility) -add_subdirectory(variant) -add_subdirectory(variant2) -add_subdirectory(winapi) -add_subdirectory(xpressive) diff --git a/contrib/restricted/boost/algorithm/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/algorithm/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 7601e49d0f..0000000000 --- a/contrib/restricted/boost/algorithm/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-algorithm INTERFACE) -target_include_directories(restricted-boost-algorithm INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/algorithm/include -) -target_link_libraries(restricted-boost-algorithm INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-exception - restricted-boost-function - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-unordered -) diff --git a/contrib/restricted/boost/algorithm/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7601e49d0f..0000000000 --- a/contrib/restricted/boost/algorithm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-algorithm INTERFACE) -target_include_directories(restricted-boost-algorithm INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/algorithm/include -) -target_link_libraries(restricted-boost-algorithm INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-exception - restricted-boost-function - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-unordered -) diff --git a/contrib/restricted/boost/algorithm/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/algorithm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ded7dbfbd8..0000000000 --- a/contrib/restricted/boost/algorithm/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-algorithm INTERFACE) -target_include_directories(restricted-boost-algorithm INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/algorithm/include -) -target_link_libraries(restricted-boost-algorithm INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-exception - restricted-boost-function - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-unordered -) diff --git a/contrib/restricted/boost/algorithm/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/algorithm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ded7dbfbd8..0000000000 --- a/contrib/restricted/boost/algorithm/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-algorithm INTERFACE) -target_include_directories(restricted-boost-algorithm INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/algorithm/include -) -target_link_libraries(restricted-boost-algorithm INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-exception - restricted-boost-function - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-unordered -) diff --git a/contrib/restricted/boost/algorithm/CMakeLists.txt b/contrib/restricted/boost/algorithm/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/algorithm/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/contrib/restricted/boost/algorithm/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/algorithm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7601e49d0f..0000000000 --- a/contrib/restricted/boost/algorithm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-algorithm INTERFACE) -target_include_directories(restricted-boost-algorithm INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/algorithm/include -) -target_link_libraries(restricted-boost-algorithm INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-exception - restricted-boost-function - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-unordered -) diff --git a/contrib/restricted/boost/align/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/align/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b4f255a0c6..0000000000 --- a/contrib/restricted/boost/align/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-align INTERFACE) -target_include_directories(restricted-boost-align INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/align/include -) -target_link_libraries(restricted-boost-align INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/align/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/align/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4f255a0c6..0000000000 --- a/contrib/restricted/boost/align/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-align INTERFACE) -target_include_directories(restricted-boost-align INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/align/include -) -target_link_libraries(restricted-boost-align INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/align/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/align/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e032aaa404..0000000000 --- a/contrib/restricted/boost/align/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-align INTERFACE) -target_include_directories(restricted-boost-align INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/align/include -) -target_link_libraries(restricted-boost-align INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/align/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/align/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e032aaa404..0000000000 --- a/contrib/restricted/boost/align/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-align INTERFACE) -target_include_directories(restricted-boost-align INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/align/include -) -target_link_libraries(restricted-boost-align INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/align/CMakeLists.txt b/contrib/restricted/boost/align/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/align/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/contrib/restricted/boost/align/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/align/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b4f255a0c6..0000000000 --- a/contrib/restricted/boost/align/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-align INTERFACE) -target_include_directories(restricted-boost-align INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/align/include -) -target_link_libraries(restricted-boost-align INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/any/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/any/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1927965a1c..0000000000 --- a/contrib/restricted/boost/any/CMakeLists.darwin-arm64.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. - - - -add_library(restricted-boost-any INTERFACE) -target_include_directories(restricted-boost-any INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/any/include -) -target_link_libraries(restricted-boost-any INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-type_index -) diff --git a/contrib/restricted/boost/any/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/any/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1927965a1c..0000000000 --- a/contrib/restricted/boost/any/CMakeLists.darwin-x86_64.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. - - - -add_library(restricted-boost-any INTERFACE) -target_include_directories(restricted-boost-any INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/any/include -) -target_link_libraries(restricted-boost-any INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-type_index -) diff --git a/contrib/restricted/boost/any/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/any/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d93fd9601e..0000000000 --- a/contrib/restricted/boost/any/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-any INTERFACE) -target_include_directories(restricted-boost-any INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/any/include -) -target_link_libraries(restricted-boost-any INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-type_index -) diff --git a/contrib/restricted/boost/any/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/any/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d93fd9601e..0000000000 --- a/contrib/restricted/boost/any/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-any INTERFACE) -target_include_directories(restricted-boost-any INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/any/include -) -target_link_libraries(restricted-boost-any INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-type_index -) diff --git a/contrib/restricted/boost/any/CMakeLists.txt b/contrib/restricted/boost/any/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/any/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/contrib/restricted/boost/any/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/any/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1927965a1c..0000000000 --- a/contrib/restricted/boost/any/CMakeLists.windows-x86_64.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. - - - -add_library(restricted-boost-any INTERFACE) -target_include_directories(restricted-boost-any INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/any/include -) -target_link_libraries(restricted-boost-any INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-type_index -) diff --git a/contrib/restricted/boost/array/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/array/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f640cbf516..0000000000 --- a/contrib/restricted/boost/array/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-array INTERFACE) -target_include_directories(restricted-boost-array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include -) -target_link_libraries(restricted-boost-array INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/array/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f640cbf516..0000000000 --- a/contrib/restricted/boost/array/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-array INTERFACE) -target_include_directories(restricted-boost-array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include -) -target_link_libraries(restricted-boost-array INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/array/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 157f171696..0000000000 --- a/contrib/restricted/boost/array/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-array INTERFACE) -target_include_directories(restricted-boost-array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include -) -target_link_libraries(restricted-boost-array INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/array/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 157f171696..0000000000 --- a/contrib/restricted/boost/array/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-array INTERFACE) -target_include_directories(restricted-boost-array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include -) -target_link_libraries(restricted-boost-array INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/array/CMakeLists.txt b/contrib/restricted/boost/array/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/array/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/contrib/restricted/boost/array/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f640cbf516..0000000000 --- a/contrib/restricted/boost/array/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-array INTERFACE) -target_include_directories(restricted-boost-array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include -) -target_link_libraries(restricted-boost-array INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/asio/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/asio/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 46c92a2ae3..0000000000 --- a/contrib/restricted/boost/asio/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-asio INTERFACE) -target_include_directories(restricted-boost-asio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/asio/include -) -target_link_libraries(restricted-boost-asio INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-chrono - restricted-boost-config - restricted-boost-core - restricted-boost-coroutine - restricted-boost-date_time - restricted-boost-function - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/asio/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/asio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 46c92a2ae3..0000000000 --- a/contrib/restricted/boost/asio/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-asio INTERFACE) -target_include_directories(restricted-boost-asio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/asio/include -) -target_link_libraries(restricted-boost-asio INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-chrono - restricted-boost-config - restricted-boost-core - restricted-boost-coroutine - restricted-boost-date_time - restricted-boost-function - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/asio/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/asio/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 85b2ca7803..0000000000 --- a/contrib/restricted/boost/asio/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-asio INTERFACE) -target_include_directories(restricted-boost-asio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/asio/include -) -target_link_libraries(restricted-boost-asio INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-chrono - restricted-boost-config - restricted-boost-core - restricted-boost-coroutine - restricted-boost-date_time - restricted-boost-function - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/asio/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/asio/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 85b2ca7803..0000000000 --- a/contrib/restricted/boost/asio/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-asio INTERFACE) -target_include_directories(restricted-boost-asio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/asio/include -) -target_link_libraries(restricted-boost-asio INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-chrono - restricted-boost-config - restricted-boost-core - restricted-boost-coroutine - restricted-boost-date_time - restricted-boost-function - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/asio/CMakeLists.txt b/contrib/restricted/boost/asio/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/asio/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. - - -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) -endif() diff --git a/contrib/restricted/boost/assert/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/assert/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0ba173db4f..0000000000 --- a/contrib/restricted/boost/assert/CMakeLists.darwin-arm64.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_library(restricted-boost-assert INTERFACE) -target_include_directories(restricted-boost-assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/assert/include -) -target_link_libraries(restricted-boost-assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/assert/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/assert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0ba173db4f..0000000000 --- a/contrib/restricted/boost/assert/CMakeLists.darwin-x86_64.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_library(restricted-boost-assert INTERFACE) -target_include_directories(restricted-boost-assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/assert/include -) -target_link_libraries(restricted-boost-assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/assert/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/assert/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bd55d5ef61..0000000000 --- a/contrib/restricted/boost/assert/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-assert INTERFACE) -target_include_directories(restricted-boost-assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/assert/include -) -target_link_libraries(restricted-boost-assert INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/assert/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/assert/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bd55d5ef61..0000000000 --- a/contrib/restricted/boost/assert/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-assert INTERFACE) -target_include_directories(restricted-boost-assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/assert/include -) -target_link_libraries(restricted-boost-assert INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/assert/CMakeLists.txt b/contrib/restricted/boost/assert/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/assert/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/contrib/restricted/boost/assert/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/assert/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0ba173db4f..0000000000 --- a/contrib/restricted/boost/assert/CMakeLists.windows-x86_64.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_library(restricted-boost-assert INTERFACE) -target_include_directories(restricted-boost-assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/assert/include -) -target_link_libraries(restricted-boost-assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/atomic/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/atomic/CMakeLists.darwin-arm64.txt deleted file mode 100644 index bf35506fff..0000000000 --- a/contrib/restricted/boost/atomic/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-atomic) -target_compile_options(restricted-boost-atomic PRIVATE - -DBOOST_ATOMIC_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-atomic PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/include -) -target_include_directories(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src -) -target_link_libraries(restricted-boost-atomic PUBLIC - contrib-libs-cxxsupp - restricted-boost-align - restricted-boost-assert - restricted-boost-config - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-winapi -) -target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp -) diff --git a/contrib/restricted/boost/atomic/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/atomic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a45bcecbdf..0000000000 --- a/contrib/restricted/boost/atomic/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,36 +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(restricted-boost-atomic) -target_compile_options(restricted-boost-atomic PRIVATE - -DBOOST_ATOMIC_SOURCE - -DBOOST_ATOMIC_USE_SSE41 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-atomic PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/include -) -target_include_directories(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src -) -target_link_libraries(restricted-boost-atomic PUBLIC - contrib-libs-cxxsupp - restricted-boost-align - restricted-boost-assert - restricted-boost-config - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-winapi -) -target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp -) diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8acf55f664..0000000000 --- a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,35 +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(restricted-boost-atomic) -target_compile_options(restricted-boost-atomic PRIVATE - -DBOOST_ATOMIC_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-atomic PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/include -) -target_include_directories(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src -) -target_link_libraries(restricted-boost-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-align - restricted-boost-assert - restricted-boost-config - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-winapi -) -target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp -) diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/atomic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 91cd44e461..0000000000 --- a/contrib/restricted/boost/atomic/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,37 +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(restricted-boost-atomic) -target_compile_options(restricted-boost-atomic PRIVATE - -DBOOST_ATOMIC_SOURCE - -DBOOST_ATOMIC_USE_SSE41 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-atomic PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/include -) -target_include_directories(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src -) -target_link_libraries(restricted-boost-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-align - restricted-boost-assert - restricted-boost-config - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-winapi -) -target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp -) diff --git a/contrib/restricted/boost/atomic/CMakeLists.txt b/contrib/restricted/boost/atomic/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/atomic/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/contrib/restricted/boost/atomic/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/atomic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f5663f2c61..0000000000 --- a/contrib/restricted/boost/atomic/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,37 +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(restricted-boost-atomic) -target_compile_options(restricted-boost-atomic PRIVATE - -DBOOST_ATOMIC_SOURCE - -DBOOST_ATOMIC_USE_SSE41 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-atomic PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/include -) -target_include_directories(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src -) -target_link_libraries(restricted-boost-atomic PUBLIC - contrib-libs-cxxsupp - restricted-boost-align - restricted-boost-assert - restricted-boost-config - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-winapi -) -target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/wait_on_address.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp -) diff --git a/contrib/restricted/boost/bimap/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/bimap/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b9c9a66ca..0000000000 --- a/contrib/restricted/boost/bimap/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(restricted-boost-bimap INTERFACE) -target_include_directories(restricted-boost-bimap INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bimap/include -) -target_link_libraries(restricted-boost-bimap INTERFACE - contrib-libs-cxxsupp - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-iterator - restricted-boost-lambda - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/bimap/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/bimap/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6dc2f420a..0000000000 --- a/contrib/restricted/boost/bimap/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-bimap INTERFACE) -target_include_directories(restricted-boost-bimap INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bimap/include -) -target_link_libraries(restricted-boost-bimap INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-iterator - restricted-boost-lambda - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/bimap/CMakeLists.txt b/contrib/restricted/boost/bimap/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/bimap/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/bimap/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/bimap/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b9c9a66ca..0000000000 --- a/contrib/restricted/boost/bimap/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(restricted-boost-bimap INTERFACE) -target_include_directories(restricted-boost-bimap INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bimap/include -) -target_link_libraries(restricted-boost-bimap INTERFACE - contrib-libs-cxxsupp - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-iterator - restricted-boost-lambda - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/bind/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/bind/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 88c5f9bf7b..0000000000 --- a/contrib/restricted/boost/bind/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-bind INTERFACE) -target_include_directories(restricted-boost-bind INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bind/include -) -target_link_libraries(restricted-boost-bind INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core -) diff --git a/contrib/restricted/boost/bind/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/bind/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 88c5f9bf7b..0000000000 --- a/contrib/restricted/boost/bind/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-bind INTERFACE) -target_include_directories(restricted-boost-bind INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bind/include -) -target_link_libraries(restricted-boost-bind INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core -) diff --git a/contrib/restricted/boost/bind/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/bind/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d77d1b474b..0000000000 --- a/contrib/restricted/boost/bind/CMakeLists.linux-aarch64.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. - - - -add_library(restricted-boost-bind INTERFACE) -target_include_directories(restricted-boost-bind INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bind/include -) -target_link_libraries(restricted-boost-bind INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core -) diff --git a/contrib/restricted/boost/bind/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/bind/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d77d1b474b..0000000000 --- a/contrib/restricted/boost/bind/CMakeLists.linux-x86_64.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. - - - -add_library(restricted-boost-bind INTERFACE) -target_include_directories(restricted-boost-bind INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bind/include -) -target_link_libraries(restricted-boost-bind INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core -) diff --git a/contrib/restricted/boost/bind/CMakeLists.txt b/contrib/restricted/boost/bind/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/bind/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/contrib/restricted/boost/bind/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/bind/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 88c5f9bf7b..0000000000 --- a/contrib/restricted/boost/bind/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-bind INTERFACE) -target_include_directories(restricted-boost-bind INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/bind/include -) -target_link_libraries(restricted-boost-bind INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core -) diff --git a/contrib/restricted/boost/chrono/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/chrono/CMakeLists.darwin-arm64.txt deleted file mode 100644 index af74091cab..0000000000 --- a/contrib/restricted/boost/chrono/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,39 +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(restricted-boost-chrono) -target_compile_options(restricted-boost-chrono PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-chrono PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/include -) -target_link_libraries(restricted-boost-chrono PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-mpl - restricted-boost-predef - restricted-boost-ratio - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-chrono PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp -) diff --git a/contrib/restricted/boost/chrono/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/chrono/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af74091cab..0000000000 --- a/contrib/restricted/boost/chrono/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,39 +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(restricted-boost-chrono) -target_compile_options(restricted-boost-chrono PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-chrono PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/include -) -target_link_libraries(restricted-boost-chrono PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-mpl - restricted-boost-predef - restricted-boost-ratio - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-chrono PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp -) diff --git a/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 849cd7c215..0000000000 --- a/contrib/restricted/boost/chrono/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,40 +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(restricted-boost-chrono) -target_compile_options(restricted-boost-chrono PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-chrono PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/include -) -target_link_libraries(restricted-boost-chrono PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-mpl - restricted-boost-predef - restricted-boost-ratio - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-chrono PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp -) diff --git a/contrib/restricted/boost/chrono/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/chrono/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 849cd7c215..0000000000 --- a/contrib/restricted/boost/chrono/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,40 +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(restricted-boost-chrono) -target_compile_options(restricted-boost-chrono PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-chrono PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/include -) -target_link_libraries(restricted-boost-chrono PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-mpl - restricted-boost-predef - restricted-boost-ratio - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-chrono PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp -) diff --git a/contrib/restricted/boost/chrono/CMakeLists.txt b/contrib/restricted/boost/chrono/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/chrono/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/contrib/restricted/boost/chrono/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/chrono/CMakeLists.windows-x86_64.txt deleted file mode 100644 index af74091cab..0000000000 --- a/contrib/restricted/boost/chrono/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,39 +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(restricted-boost-chrono) -target_compile_options(restricted-boost-chrono PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-chrono PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/include -) -target_link_libraries(restricted-boost-chrono PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-mpl - restricted-boost-predef - restricted-boost-ratio - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-chrono PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/process_cpu_clocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/chrono/src/thread_clock.cpp -) diff --git a/contrib/restricted/boost/concept_check/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/concept_check/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 4bea4830c4..0000000000 --- a/contrib/restricted/boost/concept_check/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-concept_check INTERFACE) -target_include_directories(restricted-boost-concept_check INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/concept_check/include -) -target_link_libraries(restricted-boost-concept_check INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/concept_check/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/concept_check/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4bea4830c4..0000000000 --- a/contrib/restricted/boost/concept_check/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-concept_check INTERFACE) -target_include_directories(restricted-boost-concept_check INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/concept_check/include -) -target_link_libraries(restricted-boost-concept_check INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/concept_check/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/concept_check/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e2b6d7b868..0000000000 --- a/contrib/restricted/boost/concept_check/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-concept_check INTERFACE) -target_include_directories(restricted-boost-concept_check INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/concept_check/include -) -target_link_libraries(restricted-boost-concept_check INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/concept_check/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/concept_check/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e2b6d7b868..0000000000 --- a/contrib/restricted/boost/concept_check/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-concept_check INTERFACE) -target_include_directories(restricted-boost-concept_check INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/concept_check/include -) -target_link_libraries(restricted-boost-concept_check INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/concept_check/CMakeLists.txt b/contrib/restricted/boost/concept_check/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/concept_check/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/contrib/restricted/boost/concept_check/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/concept_check/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4bea4830c4..0000000000 --- a/contrib/restricted/boost/concept_check/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-concept_check INTERFACE) -target_include_directories(restricted-boost-concept_check INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/concept_check/include -) -target_link_libraries(restricted-boost-concept_check INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/config/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/config/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b3623a130d..0000000000 --- a/contrib/restricted/boost/config/CMakeLists.darwin-arm64.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. - - - -add_library(restricted-boost-config INTERFACE) -target_compile_options(restricted-boost-config INTERFACE - -DBOOST_ALL_NO_LIB -) -target_include_directories(restricted-boost-config INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/config/include -) -target_link_libraries(restricted-boost-config INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/config/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b3623a130d..0000000000 --- a/contrib/restricted/boost/config/CMakeLists.darwin-x86_64.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. - - - -add_library(restricted-boost-config INTERFACE) -target_compile_options(restricted-boost-config INTERFACE - -DBOOST_ALL_NO_LIB -) -target_include_directories(restricted-boost-config INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/config/include -) -target_link_libraries(restricted-boost-config INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/config/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5bebf20e98..0000000000 --- a/contrib/restricted/boost/config/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-config INTERFACE) -target_compile_options(restricted-boost-config INTERFACE - -DBOOST_ALL_NO_LIB -) -target_include_directories(restricted-boost-config INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/config/include -) -target_link_libraries(restricted-boost-config INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/config/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5bebf20e98..0000000000 --- a/contrib/restricted/boost/config/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-config INTERFACE) -target_compile_options(restricted-boost-config INTERFACE - -DBOOST_ALL_NO_LIB -) -target_include_directories(restricted-boost-config INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/config/include -) -target_link_libraries(restricted-boost-config INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/config/CMakeLists.txt b/contrib/restricted/boost/config/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/config/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/contrib/restricted/boost/config/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b3623a130d..0000000000 --- a/contrib/restricted/boost/config/CMakeLists.windows-x86_64.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. - - - -add_library(restricted-boost-config INTERFACE) -target_compile_options(restricted-boost-config INTERFACE - -DBOOST_ALL_NO_LIB -) -target_include_directories(restricted-boost-config INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/config/include -) -target_link_libraries(restricted-boost-config INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/container/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/container/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 43c88cbe69..0000000000 --- a/contrib/restricted/boost/container/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-container) -target_compile_options(restricted-boost-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include -) -target_link_libraries(restricted-boost-container PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert -) -target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp -) diff --git a/contrib/restricted/boost/container/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43c88cbe69..0000000000 --- a/contrib/restricted/boost/container/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-container) -target_compile_options(restricted-boost-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include -) -target_link_libraries(restricted-boost-container PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert -) -target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp -) diff --git a/contrib/restricted/boost/container/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/container/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ad178b95b4..0000000000 --- a/contrib/restricted/boost/container/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-container) -target_compile_options(restricted-boost-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include -) -target_link_libraries(restricted-boost-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert -) -target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp -) diff --git a/contrib/restricted/boost/container/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/container/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad178b95b4..0000000000 --- a/contrib/restricted/boost/container/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-container) -target_compile_options(restricted-boost-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include -) -target_link_libraries(restricted-boost-container PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert -) -target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp -) diff --git a/contrib/restricted/boost/container/CMakeLists.txt b/contrib/restricted/boost/container/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/container/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/contrib/restricted/boost/container/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/container/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 43c88cbe69..0000000000 --- a/contrib/restricted/boost/container/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-container) -target_compile_options(restricted-boost-container PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-container PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include -) -target_link_libraries(restricted-boost-container PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert -) -target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/container_hash/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f6ba33a6e9..0000000000 --- a/contrib/restricted/boost/container_hash/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-container_hash INTERFACE) -target_include_directories(restricted-boost-container_hash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container_hash/include -) -target_link_libraries(restricted-boost-container_hash INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-describe - restricted-boost-mp11 - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/container_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f6ba33a6e9..0000000000 --- a/contrib/restricted/boost/container_hash/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-container_hash INTERFACE) -target_include_directories(restricted-boost-container_hash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container_hash/include -) -target_link_libraries(restricted-boost-container_hash INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-describe - restricted-boost-mp11 - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/container_hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e9a7fc390..0000000000 --- a/contrib/restricted/boost/container_hash/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-container_hash INTERFACE) -target_include_directories(restricted-boost-container_hash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container_hash/include -) -target_link_libraries(restricted-boost-container_hash INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-describe - restricted-boost-mp11 - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/container_hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e9a7fc390..0000000000 --- a/contrib/restricted/boost/container_hash/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-container_hash INTERFACE) -target_include_directories(restricted-boost-container_hash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container_hash/include -) -target_link_libraries(restricted-boost-container_hash INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-describe - restricted-boost-mp11 - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.txt b/contrib/restricted/boost/container_hash/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/container_hash/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/contrib/restricted/boost/container_hash/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/container_hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f6ba33a6e9..0000000000 --- a/contrib/restricted/boost/container_hash/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-container_hash INTERFACE) -target_include_directories(restricted-boost-container_hash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container_hash/include -) -target_link_libraries(restricted-boost-container_hash INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-describe - restricted-boost-mp11 - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/context/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/context/CMakeLists.darwin-arm64.txt deleted file mode 100644 index fa61dee9a2..0000000000 --- a/contrib/restricted/boost/context/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(fcontext_impl) -add_subdirectory(impl_common) diff --git a/contrib/restricted/boost/context/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/context/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa61dee9a2..0000000000 --- a/contrib/restricted/boost/context/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(fcontext_impl) -add_subdirectory(impl_common) diff --git a/contrib/restricted/boost/context/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/context/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa61dee9a2..0000000000 --- a/contrib/restricted/boost/context/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,10 +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(fcontext_impl) -add_subdirectory(impl_common) diff --git a/contrib/restricted/boost/context/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/context/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa61dee9a2..0000000000 --- a/contrib/restricted/boost/context/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,10 +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(fcontext_impl) -add_subdirectory(impl_common) diff --git a/contrib/restricted/boost/context/CMakeLists.txt b/contrib/restricted/boost/context/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/context/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. - - -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) -endif() diff --git a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f4b43c9504..0000000000 --- a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(boost-context-fcontext_impl) -target_compile_options(boost-context-fcontext_impl PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(boost-context-fcontext_impl PUBLIC - contrib-libs-cxxsupp - boost-context-impl_common -) -target_sources(boost-context-fcontext_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/jump_arm64_aapcs_macho_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/make_arm64_aapcs_macho_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/ontop_arm64_aapcs_macho_gas.S -) diff --git a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5301afd15..0000000000 --- a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(boost-context-fcontext_impl) -target_compile_options(boost-context-fcontext_impl PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(boost-context-fcontext_impl PUBLIC - contrib-libs-cxxsupp - boost-context-impl_common -) -target_sources(boost-context-fcontext_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_macho_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/make_x86_64_sysv_macho_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/ontop_x86_64_sysv_macho_gas.S -) diff --git a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 49a0c3338d..0000000000 --- a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(boost-context-fcontext_impl) -target_compile_options(boost-context-fcontext_impl PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(boost-context-fcontext_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - boost-context-impl_common -) -target_sources(boost-context-fcontext_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/jump_arm64_aapcs_elf_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/make_arm64_aapcs_elf_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/ontop_arm64_aapcs_elf_gas.S -) diff --git a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 21ce313ed9..0000000000 --- a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(boost-context-fcontext_impl) -target_compile_options(boost-context-fcontext_impl PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(boost-context-fcontext_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - boost-context-impl_common -) -target_sources(boost-context-fcontext_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/jump_x86_64_sysv_elf_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/make_x86_64_sysv_elf_gas.S - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/asm/ontop_x86_64_sysv_elf_gas.S -) diff --git a/contrib/restricted/boost/context/fcontext_impl/CMakeLists.txt b/contrib/restricted/boost/context/fcontext_impl/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/context/fcontext_impl/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. - - -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) -endif() diff --git a/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 100cd01a5d..0000000000 --- a/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,30 +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(boost-context-impl_common) -target_compile_options(boost-context-impl_common PRIVATE - -DBOOST_CONTEXT_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(boost-context-impl_common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/include -) -target_link_libraries(boost-context-impl_common PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-mp11 - restricted-boost-pool - restricted-boost-predef - restricted-boost-smart_ptr -) -target_sources(boost-context-impl_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/posix/stack_traits.cpp -) diff --git a/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 100cd01a5d..0000000000 --- a/contrib/restricted/boost/context/impl_common/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(boost-context-impl_common) -target_compile_options(boost-context-impl_common PRIVATE - -DBOOST_CONTEXT_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(boost-context-impl_common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/include -) -target_link_libraries(boost-context-impl_common PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-mp11 - restricted-boost-pool - restricted-boost-predef - restricted-boost-smart_ptr -) -target_sources(boost-context-impl_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/posix/stack_traits.cpp -) diff --git a/contrib/restricted/boost/context/impl_common/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/context/impl_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 06f9049883..0000000000 --- a/contrib/restricted/boost/context/impl_common/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(boost-context-impl_common) -target_compile_options(boost-context-impl_common PRIVATE - -DBOOST_CONTEXT_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(boost-context-impl_common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/include -) -target_link_libraries(boost-context-impl_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-mp11 - restricted-boost-pool - restricted-boost-predef - restricted-boost-smart_ptr -) -target_sources(boost-context-impl_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/posix/stack_traits.cpp -) diff --git a/contrib/restricted/boost/context/impl_common/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/context/impl_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 06f9049883..0000000000 --- a/contrib/restricted/boost/context/impl_common/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(boost-context-impl_common) -target_compile_options(boost-context-impl_common PRIVATE - -DBOOST_CONTEXT_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(boost-context-impl_common PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/include -) -target_link_libraries(boost-context-impl_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-mp11 - restricted-boost-pool - restricted-boost-predef - restricted-boost-smart_ptr -) -target_sources(boost-context-impl_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/context/src/posix/stack_traits.cpp -) diff --git a/contrib/restricted/boost/context/impl_common/CMakeLists.txt b/contrib/restricted/boost/context/impl_common/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/context/impl_common/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. - - -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) -endif() diff --git a/contrib/restricted/boost/conversion/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/conversion/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a6b3440bb0..0000000000 --- a/contrib/restricted/boost/conversion/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-conversion INTERFACE) -target_include_directories(restricted-boost-conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/conversion/include -) -target_link_libraries(restricted-boost-conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-smart_ptr - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/conversion/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/conversion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a6b3440bb0..0000000000 --- a/contrib/restricted/boost/conversion/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-conversion INTERFACE) -target_include_directories(restricted-boost-conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/conversion/include -) -target_link_libraries(restricted-boost-conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-smart_ptr - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/conversion/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/conversion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 37b10b7537..0000000000 --- a/contrib/restricted/boost/conversion/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-conversion INTERFACE) -target_include_directories(restricted-boost-conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/conversion/include -) -target_link_libraries(restricted-boost-conversion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-smart_ptr - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/conversion/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/conversion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37b10b7537..0000000000 --- a/contrib/restricted/boost/conversion/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-conversion INTERFACE) -target_include_directories(restricted-boost-conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/conversion/include -) -target_link_libraries(restricted-boost-conversion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-smart_ptr - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/conversion/CMakeLists.txt b/contrib/restricted/boost/conversion/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/conversion/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/contrib/restricted/boost/conversion/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/conversion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a6b3440bb0..0000000000 --- a/contrib/restricted/boost/conversion/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-conversion INTERFACE) -target_include_directories(restricted-boost-conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/conversion/include -) -target_link_libraries(restricted-boost-conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-smart_ptr - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/core/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/core/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8b4b0f15da..0000000000 --- a/contrib/restricted/boost/core/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-core INTERFACE) -target_include_directories(restricted-boost-core INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/core/include -) -target_link_libraries(restricted-boost-core INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/core/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b4b0f15da..0000000000 --- a/contrib/restricted/boost/core/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-core INTERFACE) -target_include_directories(restricted-boost-core INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/core/include -) -target_link_libraries(restricted-boost-core INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/core/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9a1bc62706..0000000000 --- a/contrib/restricted/boost/core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-core INTERFACE) -target_include_directories(restricted-boost-core INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/core/include -) -target_link_libraries(restricted-boost-core INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/core/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9a1bc62706..0000000000 --- a/contrib/restricted/boost/core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-core INTERFACE) -target_include_directories(restricted-boost-core INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/core/include -) -target_link_libraries(restricted-boost-core INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/core/CMakeLists.txt b/contrib/restricted/boost/core/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/core/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/contrib/restricted/boost/core/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b4b0f15da..0000000000 --- a/contrib/restricted/boost/core/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-core INTERFACE) -target_include_directories(restricted-boost-core INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/core/include -) -target_link_libraries(restricted-boost-core INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/coroutine/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/coroutine/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 078b319b34..0000000000 --- a/contrib/restricted/boost/coroutine/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,38 +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(restricted-boost-coroutine) -target_compile_options(restricted-boost-coroutine PUBLIC - -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -) -target_compile_options(restricted-boost-coroutine PRIVATE - -DBOOST_COROUTINES_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-coroutine PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/include -) -target_link_libraries(restricted-boost-coroutine PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - boost-context-fcontext_impl - restricted-boost-core - restricted-boost-exception - restricted-boost-move - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/posix/stack_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/detail/coroutine_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/exceptions.cpp -) diff --git a/contrib/restricted/boost/coroutine/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/coroutine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 078b319b34..0000000000 --- a/contrib/restricted/boost/coroutine/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,38 +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(restricted-boost-coroutine) -target_compile_options(restricted-boost-coroutine PUBLIC - -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -) -target_compile_options(restricted-boost-coroutine PRIVATE - -DBOOST_COROUTINES_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-coroutine PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/include -) -target_link_libraries(restricted-boost-coroutine PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - boost-context-fcontext_impl - restricted-boost-core - restricted-boost-exception - restricted-boost-move - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/posix/stack_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/detail/coroutine_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/exceptions.cpp -) diff --git a/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d91726a632..0000000000 --- a/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,39 +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(restricted-boost-coroutine) -target_compile_options(restricted-boost-coroutine PUBLIC - -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -) -target_compile_options(restricted-boost-coroutine PRIVATE - -DBOOST_COROUTINES_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-coroutine PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/include -) -target_link_libraries(restricted-boost-coroutine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - boost-context-fcontext_impl - restricted-boost-core - restricted-boost-exception - restricted-boost-move - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/posix/stack_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/detail/coroutine_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/exceptions.cpp -) diff --git a/contrib/restricted/boost/coroutine/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/coroutine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d91726a632..0000000000 --- a/contrib/restricted/boost/coroutine/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,39 +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(restricted-boost-coroutine) -target_compile_options(restricted-boost-coroutine PUBLIC - -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -) -target_compile_options(restricted-boost-coroutine PRIVATE - -DBOOST_COROUTINES_SOURCE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-coroutine PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/include -) -target_link_libraries(restricted-boost-coroutine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - boost-context-fcontext_impl - restricted-boost-core - restricted-boost-exception - restricted-boost-move - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/posix/stack_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/detail/coroutine_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/coroutine/src/exceptions.cpp -) diff --git a/contrib/restricted/boost/coroutine/CMakeLists.txt b/contrib/restricted/boost/coroutine/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/coroutine/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. - - -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) -endif() diff --git a/contrib/restricted/boost/crc/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/crc/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2730ce7c01..0000000000 --- a/contrib/restricted/boost/crc/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-crc INTERFACE) -target_include_directories(restricted-boost-crc INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/crc/include -) -target_link_libraries(restricted-boost-crc INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-config - restricted-boost-integer - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/crc/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/crc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2730ce7c01..0000000000 --- a/contrib/restricted/boost/crc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-crc INTERFACE) -target_include_directories(restricted-boost-crc INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/crc/include -) -target_link_libraries(restricted-boost-crc INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-config - restricted-boost-integer - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/crc/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/crc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6473832eb1..0000000000 --- a/contrib/restricted/boost/crc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-crc INTERFACE) -target_include_directories(restricted-boost-crc INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/crc/include -) -target_link_libraries(restricted-boost-crc INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-config - restricted-boost-integer - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/crc/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/crc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6473832eb1..0000000000 --- a/contrib/restricted/boost/crc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-crc INTERFACE) -target_include_directories(restricted-boost-crc INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/crc/include -) -target_link_libraries(restricted-boost-crc INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-config - restricted-boost-integer - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/crc/CMakeLists.txt b/contrib/restricted/boost/crc/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/crc/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. - - -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) -endif() diff --git a/contrib/restricted/boost/date_time/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/date_time/CMakeLists.darwin-arm64.txt deleted file mode 100644 index da90148a57..0000000000 --- a/contrib/restricted/boost/date_time/CMakeLists.darwin-arm64.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(restricted-boost-date_time INTERFACE) -target_include_directories(restricted-boost-date_time INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/date_time/include -) -target_link_libraries(restricted-boost-date_time INTERFACE - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-lexical_cast - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/date_time/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/date_time/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da90148a57..0000000000 --- a/contrib/restricted/boost/date_time/CMakeLists.darwin-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(restricted-boost-date_time INTERFACE) -target_include_directories(restricted-boost-date_time INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/date_time/include -) -target_link_libraries(restricted-boost-date_time INTERFACE - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-lexical_cast - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/date_time/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/date_time/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 94835f076a..0000000000 --- a/contrib/restricted/boost/date_time/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-date_time INTERFACE) -target_include_directories(restricted-boost-date_time INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/date_time/include -) -target_link_libraries(restricted-boost-date_time INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-lexical_cast - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/date_time/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/date_time/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 94835f076a..0000000000 --- a/contrib/restricted/boost/date_time/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-date_time INTERFACE) -target_include_directories(restricted-boost-date_time INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/date_time/include -) -target_link_libraries(restricted-boost-date_time INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-lexical_cast - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/date_time/CMakeLists.txt b/contrib/restricted/boost/date_time/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/date_time/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/contrib/restricted/boost/date_time/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/date_time/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da90148a57..0000000000 --- a/contrib/restricted/boost/date_time/CMakeLists.windows-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(restricted-boost-date_time INTERFACE) -target_include_directories(restricted-boost-date_time INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/date_time/include -) -target_link_libraries(restricted-boost-date_time INTERFACE - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-lexical_cast - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/describe/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/describe/CMakeLists.darwin-arm64.txt deleted file mode 100644 index baad9670e4..0000000000 --- a/contrib/restricted/boost/describe/CMakeLists.darwin-arm64.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_library(restricted-boost-describe INTERFACE) -target_include_directories(restricted-boost-describe INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/describe/include -) -target_link_libraries(restricted-boost-describe INTERFACE - contrib-libs-cxxsupp - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/describe/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/describe/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index baad9670e4..0000000000 --- a/contrib/restricted/boost/describe/CMakeLists.darwin-x86_64.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_library(restricted-boost-describe INTERFACE) -target_include_directories(restricted-boost-describe INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/describe/include -) -target_link_libraries(restricted-boost-describe INTERFACE - contrib-libs-cxxsupp - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/describe/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/describe/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4cffd37833..0000000000 --- a/contrib/restricted/boost/describe/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-describe INTERFACE) -target_include_directories(restricted-boost-describe INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/describe/include -) -target_link_libraries(restricted-boost-describe INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/describe/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/describe/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4cffd37833..0000000000 --- a/contrib/restricted/boost/describe/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-describe INTERFACE) -target_include_directories(restricted-boost-describe INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/describe/include -) -target_link_libraries(restricted-boost-describe INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/describe/CMakeLists.txt b/contrib/restricted/boost/describe/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/describe/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/contrib/restricted/boost/describe/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/describe/CMakeLists.windows-x86_64.txt deleted file mode 100644 index baad9670e4..0000000000 --- a/contrib/restricted/boost/describe/CMakeLists.windows-x86_64.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_library(restricted-boost-describe INTERFACE) -target_include_directories(restricted-boost-describe INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/describe/include -) -target_link_libraries(restricted-boost-describe INTERFACE - contrib-libs-cxxsupp - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/detail/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/detail/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 4100f97935..0000000000 --- a/contrib/restricted/boost/detail/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-detail INTERFACE) -target_include_directories(restricted-boost-detail INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/detail/include -) -target_link_libraries(restricted-boost-detail INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/detail/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/detail/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4100f97935..0000000000 --- a/contrib/restricted/boost/detail/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-detail INTERFACE) -target_include_directories(restricted-boost-detail INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/detail/include -) -target_link_libraries(restricted-boost-detail INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/detail/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/detail/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a57ff44274..0000000000 --- a/contrib/restricted/boost/detail/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-detail INTERFACE) -target_include_directories(restricted-boost-detail INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/detail/include -) -target_link_libraries(restricted-boost-detail INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/detail/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/detail/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a57ff44274..0000000000 --- a/contrib/restricted/boost/detail/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-detail INTERFACE) -target_include_directories(restricted-boost-detail INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/detail/include -) -target_link_libraries(restricted-boost-detail INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/detail/CMakeLists.txt b/contrib/restricted/boost/detail/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/detail/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/contrib/restricted/boost/detail/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/detail/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4100f97935..0000000000 --- a/contrib/restricted/boost/detail/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-detail INTERFACE) -target_include_directories(restricted-boost-detail INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/detail/include -) -target_link_libraries(restricted-boost-detail INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8854d288e8..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-dynamic_bitset INTERFACE) -target_include_directories(restricted-boost-dynamic_bitset INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include -) -target_link_libraries(restricted-boost-dynamic_bitset INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8854d288e8..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-dynamic_bitset INTERFACE) -target_include_directories(restricted-boost-dynamic_bitset INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include -) -target_link_libraries(restricted-boost-dynamic_bitset INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1a02ca2150..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-dynamic_bitset INTERFACE) -target_include_directories(restricted-boost-dynamic_bitset INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include -) -target_link_libraries(restricted-boost-dynamic_bitset INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1a02ca2150..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-dynamic_bitset INTERFACE) -target_include_directories(restricted-boost-dynamic_bitset INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include -) -target_link_libraries(restricted-boost-dynamic_bitset INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/dynamic_bitset/CMakeLists.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/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/contrib/restricted/boost/dynamic_bitset/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8854d288e8..0000000000 --- a/contrib/restricted/boost/dynamic_bitset/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-dynamic_bitset INTERFACE) -target_include_directories(restricted-boost-dynamic_bitset INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include -) -target_link_libraries(restricted-boost-dynamic_bitset INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/endian/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/endian/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f0de7c6388..0000000000 --- a/contrib/restricted/boost/endian/CMakeLists.darwin-x86_64.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_library(restricted-boost-endian INTERFACE) -target_include_directories(restricted-boost-endian INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/endian/include -) -target_link_libraries(restricted-boost-endian INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/endian/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/endian/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e800bcd3d0..0000000000 --- a/contrib/restricted/boost/endian/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-endian INTERFACE) -target_include_directories(restricted-boost-endian INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/endian/include -) -target_link_libraries(restricted-boost-endian INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/endian/CMakeLists.txt b/contrib/restricted/boost/endian/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/endian/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/endian/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/endian/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f0de7c6388..0000000000 --- a/contrib/restricted/boost/endian/CMakeLists.windows-x86_64.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_library(restricted-boost-endian INTERFACE) -target_include_directories(restricted-boost-endian INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/endian/include -) -target_link_libraries(restricted-boost-endian INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/exception/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/exception/CMakeLists.darwin-arm64.txt deleted file mode 100644 index bd4347f03d..0000000000 --- a/contrib/restricted/boost/exception/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(restricted-boost-exception) -target_compile_options(restricted-boost-exception PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-exception PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include -) -target_link_libraries(restricted-boost-exception PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) -target_sources(restricted-boost-exception PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp -) diff --git a/contrib/restricted/boost/exception/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bd4347f03d..0000000000 --- a/contrib/restricted/boost/exception/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(restricted-boost-exception) -target_compile_options(restricted-boost-exception PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-exception PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include -) -target_link_libraries(restricted-boost-exception PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) -target_sources(restricted-boost-exception PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp -) diff --git a/contrib/restricted/boost/exception/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/exception/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b818e6d085..0000000000 --- a/contrib/restricted/boost/exception/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-exception) -target_compile_options(restricted-boost-exception PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-exception PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include -) -target_link_libraries(restricted-boost-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) -target_sources(restricted-boost-exception PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp -) diff --git a/contrib/restricted/boost/exception/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/exception/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b818e6d085..0000000000 --- a/contrib/restricted/boost/exception/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-exception) -target_compile_options(restricted-boost-exception PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-exception PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include -) -target_link_libraries(restricted-boost-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) -target_sources(restricted-boost-exception PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp -) diff --git a/contrib/restricted/boost/exception/CMakeLists.txt b/contrib/restricted/boost/exception/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/exception/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/contrib/restricted/boost/exception/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/exception/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bd4347f03d..0000000000 --- a/contrib/restricted/boost/exception/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(restricted-boost-exception) -target_compile_options(restricted-boost-exception PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-exception PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include -) -target_link_libraries(restricted-boost-exception PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) -target_sources(restricted-boost-exception PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/src/clone_current_exception_non_intrusive.cpp -) diff --git a/contrib/restricted/boost/foreach/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/foreach/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2e31c32fc..0000000000 --- a/contrib/restricted/boost/foreach/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-foreach INTERFACE) -target_include_directories(restricted-boost-foreach INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/foreach/include -) -target_link_libraries(restricted-boost-foreach INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/foreach/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/foreach/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f1173b51a9..0000000000 --- a/contrib/restricted/boost/foreach/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-foreach INTERFACE) -target_include_directories(restricted-boost-foreach INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/foreach/include -) -target_link_libraries(restricted-boost-foreach INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/foreach/CMakeLists.txt b/contrib/restricted/boost/foreach/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/foreach/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/foreach/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/foreach/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d2e31c32fc..0000000000 --- a/contrib/restricted/boost/foreach/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-foreach INTERFACE) -target_include_directories(restricted-boost-foreach INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/foreach/include -) -target_link_libraries(restricted-boost-foreach INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/format/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/format/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 270e92cb48..0000000000 --- a/contrib/restricted/boost/format/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-format INTERFACE) -target_include_directories(restricted-boost-format INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/format/include -) -target_link_libraries(restricted-boost-format INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-utility -) diff --git a/contrib/restricted/boost/format/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/format/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 270e92cb48..0000000000 --- a/contrib/restricted/boost/format/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-format INTERFACE) -target_include_directories(restricted-boost-format INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/format/include -) -target_link_libraries(restricted-boost-format INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-utility -) diff --git a/contrib/restricted/boost/format/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/format/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d19c8b9a86..0000000000 --- a/contrib/restricted/boost/format/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-format INTERFACE) -target_include_directories(restricted-boost-format INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/format/include -) -target_link_libraries(restricted-boost-format INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-utility -) diff --git a/contrib/restricted/boost/format/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/format/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d19c8b9a86..0000000000 --- a/contrib/restricted/boost/format/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-format INTERFACE) -target_include_directories(restricted-boost-format INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/format/include -) -target_link_libraries(restricted-boost-format INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-utility -) diff --git a/contrib/restricted/boost/format/CMakeLists.txt b/contrib/restricted/boost/format/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/format/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/contrib/restricted/boost/format/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/format/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 270e92cb48..0000000000 --- a/contrib/restricted/boost/format/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-format INTERFACE) -target_include_directories(restricted-boost-format INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/format/include -) -target_link_libraries(restricted-boost-format INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-utility -) diff --git a/contrib/restricted/boost/function/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/function/CMakeLists.darwin-arm64.txt deleted file mode 100644 index eadc307b5b..0000000000 --- a/contrib/restricted/boost/function/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-function INTERFACE) -target_include_directories(restricted-boost-function INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function/include -) -target_link_libraries(restricted-boost-function INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/function/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eadc307b5b..0000000000 --- a/contrib/restricted/boost/function/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-function INTERFACE) -target_include_directories(restricted-boost-function INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function/include -) -target_link_libraries(restricted-boost-function INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/function/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6922a38516..0000000000 --- a/contrib/restricted/boost/function/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-function INTERFACE) -target_include_directories(restricted-boost-function INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function/include -) -target_link_libraries(restricted-boost-function INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/function/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6922a38516..0000000000 --- a/contrib/restricted/boost/function/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-function INTERFACE) -target_include_directories(restricted-boost-function INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function/include -) -target_link_libraries(restricted-boost-function INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function/CMakeLists.txt b/contrib/restricted/boost/function/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/function/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/contrib/restricted/boost/function/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/function/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eadc307b5b..0000000000 --- a/contrib/restricted/boost/function/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-function INTERFACE) -target_include_directories(restricted-boost-function INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function/include -) -target_link_libraries(restricted-boost-function INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function_types/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/function_types/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2c618a189f..0000000000 --- a/contrib/restricted/boost/function_types/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-function_types INTERFACE) -target_include_directories(restricted-boost-function_types INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include -) -target_link_libraries(restricted-boost-function_types INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function_types/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/function_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c618a189f..0000000000 --- a/contrib/restricted/boost/function_types/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-function_types INTERFACE) -target_include_directories(restricted-boost-function_types INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include -) -target_link_libraries(restricted-boost-function_types INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function_types/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/function_types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e128b6adff..0000000000 --- a/contrib/restricted/boost/function_types/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-function_types INTERFACE) -target_include_directories(restricted-boost-function_types INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include -) -target_link_libraries(restricted-boost-function_types INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function_types/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/function_types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e128b6adff..0000000000 --- a/contrib/restricted/boost/function_types/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-function_types INTERFACE) -target_include_directories(restricted-boost-function_types INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include -) -target_link_libraries(restricted-boost-function_types INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/function_types/CMakeLists.txt b/contrib/restricted/boost/function_types/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/function_types/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/contrib/restricted/boost/function_types/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/function_types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2c618a189f..0000000000 --- a/contrib/restricted/boost/function_types/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-function_types INTERFACE) -target_include_directories(restricted-boost-function_types INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/function_types/include -) -target_link_libraries(restricted-boost-function_types INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/functional/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/functional/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 239823acab..0000000000 --- a/contrib/restricted/boost/functional/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-functional INTERFACE) -target_include_directories(restricted-boost-functional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/functional/include -) -target_link_libraries(restricted-boost-functional INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/functional/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 239823acab..0000000000 --- a/contrib/restricted/boost/functional/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-functional INTERFACE) -target_include_directories(restricted-boost-functional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/functional/include -) -target_link_libraries(restricted-boost-functional INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/functional/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/functional/CMakeLists.linux-aarch64.txt deleted file mode 100644 index baa561be6c..0000000000 --- a/contrib/restricted/boost/functional/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-functional INTERFACE) -target_include_directories(restricted-boost-functional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/functional/include -) -target_link_libraries(restricted-boost-functional INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/functional/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/functional/CMakeLists.linux-x86_64.txt deleted file mode 100644 index baa561be6c..0000000000 --- a/contrib/restricted/boost/functional/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-functional INTERFACE) -target_include_directories(restricted-boost-functional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/functional/include -) -target_link_libraries(restricted-boost-functional INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/functional/CMakeLists.txt b/contrib/restricted/boost/functional/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/functional/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/contrib/restricted/boost/functional/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/functional/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 239823acab..0000000000 --- a/contrib/restricted/boost/functional/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-functional INTERFACE) -target_include_directories(restricted-boost-functional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/functional/include -) -target_link_libraries(restricted-boost-functional INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/fusion/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/fusion/CMakeLists.darwin-arm64.txt deleted file mode 100644 index cee77526be..0000000000 --- a/contrib/restricted/boost/fusion/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-fusion INTERFACE) -target_include_directories(restricted-boost-fusion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/fusion/include -) -target_link_libraries(restricted-boost-fusion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-describe - restricted-boost-function_types - restricted-boost-functional - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/fusion/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/fusion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cee77526be..0000000000 --- a/contrib/restricted/boost/fusion/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-fusion INTERFACE) -target_include_directories(restricted-boost-fusion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/fusion/include -) -target_link_libraries(restricted-boost-fusion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-describe - restricted-boost-function_types - restricted-boost-functional - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/fusion/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/fusion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 969c6b7093..0000000000 --- a/contrib/restricted/boost/fusion/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(restricted-boost-fusion INTERFACE) -target_include_directories(restricted-boost-fusion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/fusion/include -) -target_link_libraries(restricted-boost-fusion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-describe - restricted-boost-function_types - restricted-boost-functional - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/fusion/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/fusion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 969c6b7093..0000000000 --- a/contrib/restricted/boost/fusion/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(restricted-boost-fusion INTERFACE) -target_include_directories(restricted-boost-fusion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/fusion/include -) -target_link_libraries(restricted-boost-fusion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-describe - restricted-boost-function_types - restricted-boost-functional - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/fusion/CMakeLists.txt b/contrib/restricted/boost/fusion/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/fusion/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/contrib/restricted/boost/fusion/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/fusion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cee77526be..0000000000 --- a/contrib/restricted/boost/fusion/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-fusion INTERFACE) -target_include_directories(restricted-boost-fusion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/fusion/include -) -target_link_libraries(restricted-boost-fusion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-describe - restricted-boost-function_types - restricted-boost-functional - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/graph/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/graph/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9118ce39b6..0000000000 --- a/contrib/restricted/boost/graph/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,64 +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(restricted-boost-graph) -target_compile_options(restricted-boost-graph PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-graph PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/include -) -target_link_libraries(restricted-boost-graph PUBLIC - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-any - restricted-boost-array - restricted-boost-assert - restricted-boost-bimap - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-foreach - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-math - restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-parameter - restricted-boost-preprocessor - restricted-boost-property_map - restricted-boost-property_tree - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-serialization - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tti - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-xpressive -) -target_sources(restricted-boost-graph PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/graphml.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/read_graphviz_new.cpp -) diff --git a/contrib/restricted/boost/graph/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/graph/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fd2c3cf33b..0000000000 --- a/contrib/restricted/boost/graph/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,65 +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(restricted-boost-graph) -target_compile_options(restricted-boost-graph PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-graph PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/include -) -target_link_libraries(restricted-boost-graph PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-any - restricted-boost-array - restricted-boost-assert - restricted-boost-bimap - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-foreach - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-math - restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-parameter - restricted-boost-preprocessor - restricted-boost-property_map - restricted-boost-property_tree - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-serialization - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tti - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-xpressive -) -target_sources(restricted-boost-graph PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/graphml.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/read_graphviz_new.cpp -) diff --git a/contrib/restricted/boost/graph/CMakeLists.txt b/contrib/restricted/boost/graph/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/graph/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/graph/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/graph/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9118ce39b6..0000000000 --- a/contrib/restricted/boost/graph/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,64 +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(restricted-boost-graph) -target_compile_options(restricted-boost-graph PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-graph PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/include -) -target_link_libraries(restricted-boost-graph PUBLIC - contrib-libs-cxxsupp - restricted-boost-algorithm - restricted-boost-any - restricted-boost-array - restricted-boost-assert - restricted-boost-bimap - restricted-boost-bind - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-foreach - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-math - restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-parameter - restricted-boost-preprocessor - restricted-boost-property_map - restricted-boost-property_tree - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-serialization - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tti - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-xpressive -) -target_sources(restricted-boost-graph PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/graphml.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/read_graphviz_new.cpp -) diff --git a/contrib/restricted/boost/icl/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/icl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b6b11aeab9..0000000000 --- a/contrib/restricted/boost/icl/CMakeLists.darwin-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(restricted-boost-icl INTERFACE) -target_include_directories(restricted-boost-icl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/icl/include -) -target_link_libraries(restricted-boost-icl INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-date_time - restricted-boost-detail - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-range - restricted-boost-rational - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/icl/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/icl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9f4aa50c8f..0000000000 --- a/contrib/restricted/boost/icl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-icl INTERFACE) -target_include_directories(restricted-boost-icl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/icl/include -) -target_link_libraries(restricted-boost-icl INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-date_time - restricted-boost-detail - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-range - restricted-boost-rational - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/icl/CMakeLists.txt b/contrib/restricted/boost/icl/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/icl/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/icl/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/icl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b6b11aeab9..0000000000 --- a/contrib/restricted/boost/icl/CMakeLists.windows-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(restricted-boost-icl INTERFACE) -target_include_directories(restricted-boost-icl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/icl/include -) -target_link_libraries(restricted-boost-icl INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-date_time - restricted-boost-detail - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-range - restricted-boost-rational - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/integer/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/integer/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b8189c5a7a..0000000000 --- a/contrib/restricted/boost/integer/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-integer INTERFACE) -target_include_directories(restricted-boost-integer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/integer/include -) -target_link_libraries(restricted-boost-integer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/integer/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/integer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b8189c5a7a..0000000000 --- a/contrib/restricted/boost/integer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-integer INTERFACE) -target_include_directories(restricted-boost-integer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/integer/include -) -target_link_libraries(restricted-boost-integer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/integer/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/integer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6fad3b6c9e..0000000000 --- a/contrib/restricted/boost/integer/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-integer INTERFACE) -target_include_directories(restricted-boost-integer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/integer/include -) -target_link_libraries(restricted-boost-integer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/integer/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/integer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6fad3b6c9e..0000000000 --- a/contrib/restricted/boost/integer/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-integer INTERFACE) -target_include_directories(restricted-boost-integer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/integer/include -) -target_link_libraries(restricted-boost-integer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/integer/CMakeLists.txt b/contrib/restricted/boost/integer/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/integer/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/contrib/restricted/boost/integer/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/integer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b8189c5a7a..0000000000 --- a/contrib/restricted/boost/integer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-integer INTERFACE) -target_include_directories(restricted-boost-integer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/integer/include -) -target_link_libraries(restricted-boost-integer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/interprocess/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/interprocess/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f95f9fc6c9..0000000000 --- a/contrib/restricted/boost/interprocess/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(restricted-boost-interprocess INTERFACE) -target_include_directories(restricted-boost-interprocess INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interprocess/include -) -target_link_libraries(restricted-boost-interprocess INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/interprocess/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/interprocess/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f95f9fc6c9..0000000000 --- a/contrib/restricted/boost/interprocess/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(restricted-boost-interprocess INTERFACE) -target_include_directories(restricted-boost-interprocess INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interprocess/include -) -target_link_libraries(restricted-boost-interprocess INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/interprocess/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/interprocess/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 75abc5bc49..0000000000 --- a/contrib/restricted/boost/interprocess/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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(restricted-boost-interprocess INTERFACE) -target_include_directories(restricted-boost-interprocess INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interprocess/include -) -target_link_libraries(restricted-boost-interprocess INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/interprocess/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/interprocess/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 75abc5bc49..0000000000 --- a/contrib/restricted/boost/interprocess/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-boost-interprocess INTERFACE) -target_include_directories(restricted-boost-interprocess INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interprocess/include -) -target_link_libraries(restricted-boost-interprocess INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/interprocess/CMakeLists.txt b/contrib/restricted/boost/interprocess/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/interprocess/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/contrib/restricted/boost/interprocess/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/interprocess/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f95f9fc6c9..0000000000 --- a/contrib/restricted/boost/interprocess/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(restricted-boost-interprocess INTERFACE) -target_include_directories(restricted-boost-interprocess INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interprocess/include -) -target_link_libraries(restricted-boost-interprocess INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-intrusive - restricted-boost-move - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/intrusive/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/intrusive/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 938feb84b3..0000000000 --- a/contrib/restricted/boost/intrusive/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-intrusive INTERFACE) -target_include_directories(restricted-boost-intrusive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/intrusive/include -) -target_link_libraries(restricted-boost-intrusive INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-move - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/intrusive/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/intrusive/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 938feb84b3..0000000000 --- a/contrib/restricted/boost/intrusive/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-intrusive INTERFACE) -target_include_directories(restricted-boost-intrusive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/intrusive/include -) -target_link_libraries(restricted-boost-intrusive INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-move - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/intrusive/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/intrusive/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ad8b66772c..0000000000 --- a/contrib/restricted/boost/intrusive/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-intrusive INTERFACE) -target_include_directories(restricted-boost-intrusive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/intrusive/include -) -target_link_libraries(restricted-boost-intrusive INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-move - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/intrusive/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/intrusive/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad8b66772c..0000000000 --- a/contrib/restricted/boost/intrusive/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-intrusive INTERFACE) -target_include_directories(restricted-boost-intrusive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/intrusive/include -) -target_link_libraries(restricted-boost-intrusive INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-move - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/intrusive/CMakeLists.txt b/contrib/restricted/boost/intrusive/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/intrusive/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/contrib/restricted/boost/intrusive/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/intrusive/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 938feb84b3..0000000000 --- a/contrib/restricted/boost/intrusive/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-intrusive INTERFACE) -target_include_directories(restricted-boost-intrusive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/intrusive/include -) -target_link_libraries(restricted-boost-intrusive INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-move - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/io/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/io/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 4aeba3ef01..0000000000 --- a/contrib/restricted/boost/io/CMakeLists.darwin-arm64.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_library(restricted-boost-io INTERFACE) -target_include_directories(restricted-boost-io INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include -) -target_link_libraries(restricted-boost-io INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/io/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4aeba3ef01..0000000000 --- a/contrib/restricted/boost/io/CMakeLists.darwin-x86_64.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_library(restricted-boost-io INTERFACE) -target_include_directories(restricted-boost-io INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include -) -target_link_libraries(restricted-boost-io INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/io/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c7e646dfef..0000000000 --- a/contrib/restricted/boost/io/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-io INTERFACE) -target_include_directories(restricted-boost-io INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include -) -target_link_libraries(restricted-boost-io INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/io/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c7e646dfef..0000000000 --- a/contrib/restricted/boost/io/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-io INTERFACE) -target_include_directories(restricted-boost-io INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include -) -target_link_libraries(restricted-boost-io INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/io/CMakeLists.txt b/contrib/restricted/boost/io/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/io/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/contrib/restricted/boost/io/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4aeba3ef01..0000000000 --- a/contrib/restricted/boost/io/CMakeLists.windows-x86_64.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_library(restricted-boost-io INTERFACE) -target_include_directories(restricted-boost-io INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include -) -target_link_libraries(restricted-boost-io INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/iostreams/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/iostreams/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 960c8332c3..0000000000 --- a/contrib/restricted/boost/iostreams/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,55 +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(restricted-boost-iostreams) -target_compile_options(restricted-boost-iostreams PRIVATE - -DBOOST_IOSTREAMS_USE_DEPRECATED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-iostreams PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/include -) -target_include_directories(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(restricted-boost-iostreams PUBLIC - contrib-libs-cxxsupp - contrib-libs-libbz2 - contrib-libs-lzma - contrib-libs-zlib - contrib-libs-zstd - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-preprocessor - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/file_descriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/gzip.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/lzma.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/mapped_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zlib.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zstd.cpp -) diff --git a/contrib/restricted/boost/iostreams/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/iostreams/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 960c8332c3..0000000000 --- a/contrib/restricted/boost/iostreams/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,55 +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(restricted-boost-iostreams) -target_compile_options(restricted-boost-iostreams PRIVATE - -DBOOST_IOSTREAMS_USE_DEPRECATED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-iostreams PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/include -) -target_include_directories(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(restricted-boost-iostreams PUBLIC - contrib-libs-cxxsupp - contrib-libs-libbz2 - contrib-libs-lzma - contrib-libs-zlib - contrib-libs-zstd - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-preprocessor - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/file_descriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/gzip.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/lzma.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/mapped_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zlib.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zstd.cpp -) diff --git a/contrib/restricted/boost/iostreams/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/iostreams/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7ce325bde9..0000000000 --- a/contrib/restricted/boost/iostreams/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,56 +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(restricted-boost-iostreams) -target_compile_options(restricted-boost-iostreams PRIVATE - -DBOOST_IOSTREAMS_USE_DEPRECATED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-iostreams PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/include -) -target_include_directories(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(restricted-boost-iostreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-libbz2 - contrib-libs-lzma - contrib-libs-zlib - contrib-libs-zstd - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-preprocessor - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/file_descriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/gzip.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/lzma.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/mapped_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zlib.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zstd.cpp -) diff --git a/contrib/restricted/boost/iostreams/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/iostreams/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7ce325bde9..0000000000 --- a/contrib/restricted/boost/iostreams/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,56 +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(restricted-boost-iostreams) -target_compile_options(restricted-boost-iostreams PRIVATE - -DBOOST_IOSTREAMS_USE_DEPRECATED - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-iostreams PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/include -) -target_include_directories(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(restricted-boost-iostreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-libbz2 - contrib-libs-lzma - contrib-libs-zlib - contrib-libs-zstd - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-preprocessor - restricted-boost-random - restricted-boost-range - restricted-boost-regex - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-iostreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/file_descriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/gzip.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/lzma.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/mapped_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zlib.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iostreams/src/zstd.cpp -) diff --git a/contrib/restricted/boost/iostreams/CMakeLists.txt b/contrib/restricted/boost/iostreams/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/iostreams/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. - - -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) -endif() diff --git a/contrib/restricted/boost/iterator/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/iterator/CMakeLists.darwin-arm64.txt deleted file mode 100644 index df59b473b2..0000000000 --- a/contrib/restricted/boost/iterator/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-iterator INTERFACE) -target_include_directories(restricted-boost-iterator INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iterator/include -) -target_link_libraries(restricted-boost-iterator INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/iterator/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/iterator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df59b473b2..0000000000 --- a/contrib/restricted/boost/iterator/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-iterator INTERFACE) -target_include_directories(restricted-boost-iterator INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iterator/include -) -target_link_libraries(restricted-boost-iterator INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/iterator/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/iterator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a1ebd81a38..0000000000 --- a/contrib/restricted/boost/iterator/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(restricted-boost-iterator INTERFACE) -target_include_directories(restricted-boost-iterator INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iterator/include -) -target_link_libraries(restricted-boost-iterator INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/iterator/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/iterator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a1ebd81a38..0000000000 --- a/contrib/restricted/boost/iterator/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(restricted-boost-iterator INTERFACE) -target_include_directories(restricted-boost-iterator INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iterator/include -) -target_link_libraries(restricted-boost-iterator INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/iterator/CMakeLists.txt b/contrib/restricted/boost/iterator/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/iterator/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/contrib/restricted/boost/iterator/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/iterator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df59b473b2..0000000000 --- a/contrib/restricted/boost/iterator/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-iterator INTERFACE) -target_include_directories(restricted-boost-iterator INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/iterator/include -) -target_link_libraries(restricted-boost-iterator INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-optional - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/lambda/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/lambda/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f3556a1958..0000000000 --- a/contrib/restricted/boost/lambda/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-lambda INTERFACE) -target_include_directories(restricted-boost-lambda INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lambda/include -) -target_link_libraries(restricted-boost-lambda INTERFACE - contrib-libs-cxxsupp - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/lambda/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/lambda/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ba6f725ead..0000000000 --- a/contrib/restricted/boost/lambda/CMakeLists.linux-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(restricted-boost-lambda INTERFACE) -target_include_directories(restricted-boost-lambda INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lambda/include -) -target_link_libraries(restricted-boost-lambda INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/lambda/CMakeLists.txt b/contrib/restricted/boost/lambda/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/lambda/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/lambda/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/lambda/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f3556a1958..0000000000 --- a/contrib/restricted/boost/lambda/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-lambda INTERFACE) -target_include_directories(restricted-boost-lambda INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lambda/include -) -target_link_libraries(restricted-boost-lambda INTERFACE - contrib-libs-cxxsupp - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/lexical_cast/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c4aff4db0d..0000000000 --- a/contrib/restricted/boost/lexical_cast/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(restricted-boost-lexical_cast INTERFACE) -target_include_directories(restricted-boost-lexical_cast INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lexical_cast/include -) -target_link_libraries(restricted-boost-lexical_cast INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/lexical_cast/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4aff4db0d..0000000000 --- a/contrib/restricted/boost/lexical_cast/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(restricted-boost-lexical_cast INTERFACE) -target_include_directories(restricted-boost-lexical_cast INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lexical_cast/include -) -target_link_libraries(restricted-boost-lexical_cast INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/lexical_cast/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d746f22bef..0000000000 --- a/contrib/restricted/boost/lexical_cast/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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(restricted-boost-lexical_cast INTERFACE) -target_include_directories(restricted-boost-lexical_cast INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lexical_cast/include -) -target_link_libraries(restricted-boost-lexical_cast INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/lexical_cast/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d746f22bef..0000000000 --- a/contrib/restricted/boost/lexical_cast/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-boost-lexical_cast INTERFACE) -target_include_directories(restricted-boost-lexical_cast INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lexical_cast/include -) -target_link_libraries(restricted-boost-lexical_cast INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/lexical_cast/CMakeLists.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/lexical_cast/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/contrib/restricted/boost/lexical_cast/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4aff4db0d..0000000000 --- a/contrib/restricted/boost/lexical_cast/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(restricted-boost-lexical_cast INTERFACE) -target_include_directories(restricted-boost-lexical_cast INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/lexical_cast/include -) -target_link_libraries(restricted-boost-lexical_cast INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-range - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/locale/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/locale/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6be36e40a8..0000000000 --- a/contrib/restricted/boost/locale/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,70 +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(restricted-boost-locale) -target_compile_options(restricted-boost-locale PRIVATE - -DBOOST_LOCALE_WITH_ICU - -DBOOST_LOCALE_NO_WINAPI_BACKEND - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-locale PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/include -) -target_include_directories(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src -) -target_link_libraries(restricted-boost-locale PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-predef - restricted-boost-thread - restricted-boost-utility -) -target_sources(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/posix_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/encoding/codepage.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/boundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/collator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatters_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/icu_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/time_zone.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/formatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/iconv_codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/localization_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/message.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/mo_lambda.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/std_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/codecvt_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/default_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/gregorian.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/locale_data.cpp -) diff --git a/contrib/restricted/boost/locale/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/locale/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6be36e40a8..0000000000 --- a/contrib/restricted/boost/locale/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,70 +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(restricted-boost-locale) -target_compile_options(restricted-boost-locale PRIVATE - -DBOOST_LOCALE_WITH_ICU - -DBOOST_LOCALE_NO_WINAPI_BACKEND - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-locale PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/include -) -target_include_directories(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src -) -target_link_libraries(restricted-boost-locale PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-predef - restricted-boost-thread - restricted-boost-utility -) -target_sources(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/posix_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/encoding/codepage.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/boundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/collator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatters_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/icu_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/time_zone.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/formatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/iconv_codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/localization_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/message.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/mo_lambda.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/std_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/codecvt_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/default_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/gregorian.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/locale_data.cpp -) diff --git a/contrib/restricted/boost/locale/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/locale/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 453c9e00ef..0000000000 --- a/contrib/restricted/boost/locale/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,71 +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(restricted-boost-locale) -target_compile_options(restricted-boost-locale PRIVATE - -DBOOST_LOCALE_WITH_ICU - -DBOOST_LOCALE_NO_WINAPI_BACKEND - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-locale PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/include -) -target_include_directories(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src -) -target_link_libraries(restricted-boost-locale PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-predef - restricted-boost-thread - restricted-boost-utility -) -target_sources(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/posix_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/encoding/codepage.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/boundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/collator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatters_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/icu_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/time_zone.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/formatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/iconv_codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/localization_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/message.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/mo_lambda.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/std_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/codecvt_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/default_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/gregorian.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/locale_data.cpp -) diff --git a/contrib/restricted/boost/locale/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/locale/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 453c9e00ef..0000000000 --- a/contrib/restricted/boost/locale/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,71 +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(restricted-boost-locale) -target_compile_options(restricted-boost-locale PRIVATE - -DBOOST_LOCALE_WITH_ICU - -DBOOST_LOCALE_NO_WINAPI_BACKEND - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-locale PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/include -) -target_include_directories(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src -) -target_link_libraries(restricted-boost-locale PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-predef - restricted-boost-thread - restricted-boost-utility -) -target_sources(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/posix/posix_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/encoding/codepage.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/boundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/collator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatters_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/icu_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/time_zone.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/formatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/iconv_codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/localization_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/message.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/mo_lambda.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/std_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/codecvt_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/default_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/gregorian.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/locale_data.cpp -) diff --git a/contrib/restricted/boost/locale/CMakeLists.txt b/contrib/restricted/boost/locale/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/locale/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/contrib/restricted/boost/locale/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/locale/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 62aa96d9ae..0000000000 --- a/contrib/restricted/boost/locale/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,70 +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(restricted-boost-locale) -target_compile_options(restricted-boost-locale PRIVATE - -DBOOST_LOCALE_WITH_ICU - -DBOOST_LOCALE_NO_POSIX_BACKEND - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-locale PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/include -) -target_include_directories(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src -) -target_link_libraries(restricted-boost-locale PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-predef - restricted-boost-thread - restricted-boost-utility -) -target_sources(restricted-boost-locale PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/win32/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/win32/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/win32/lcid.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/win32/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/win32/win_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/encoding/codepage.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/boundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/collator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/formatters_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/icu_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/icu/time_zone.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/date_time.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/formatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/iconv_codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/localization_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/message.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/shared/mo_lambda.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/codecvt.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/collate.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/numeric.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/std/std_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/codecvt_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/default_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/gregorian.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/locale/src/boost/locale/util/locale_data.cpp -) diff --git a/contrib/restricted/boost/math/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/math/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 71d5facb39..0000000000 --- a/contrib/restricted/boost/math/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-math INTERFACE) -target_include_directories(restricted-boost-math INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/math/include -) -target_link_libraries(restricted-boost-math INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-lexical_cast - restricted-boost-predef - restricted-boost-random - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/math/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/math/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 71d5facb39..0000000000 --- a/contrib/restricted/boost/math/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-math INTERFACE) -target_include_directories(restricted-boost-math INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/math/include -) -target_link_libraries(restricted-boost-math INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-lexical_cast - restricted-boost-predef - restricted-boost-random - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/math/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/math/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b8ed0bead8..0000000000 --- a/contrib/restricted/boost/math/CMakeLists.linux-aarch64.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(restricted-boost-math INTERFACE) -target_include_directories(restricted-boost-math INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/math/include -) -target_link_libraries(restricted-boost-math INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-lexical_cast - restricted-boost-predef - restricted-boost-random - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/math/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/math/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b8ed0bead8..0000000000 --- a/contrib/restricted/boost/math/CMakeLists.linux-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(restricted-boost-math INTERFACE) -target_include_directories(restricted-boost-math INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/math/include -) -target_link_libraries(restricted-boost-math INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-lexical_cast - restricted-boost-predef - restricted-boost-random - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/math/CMakeLists.txt b/contrib/restricted/boost/math/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/math/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/contrib/restricted/boost/math/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/math/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 71d5facb39..0000000000 --- a/contrib/restricted/boost/math/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-math INTERFACE) -target_include_directories(restricted-boost-math INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/math/include -) -target_link_libraries(restricted-boost-math INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-lexical_cast - restricted-boost-predef - restricted-boost-random - restricted-boost-static_assert - restricted-boost-throw_exception -) diff --git a/contrib/restricted/boost/move/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/move/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 60a44cf28f..0000000000 --- a/contrib/restricted/boost/move/CMakeLists.darwin-arm64.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_library(restricted-boost-move INTERFACE) -target_include_directories(restricted-boost-move INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/move/include -) -target_link_libraries(restricted-boost-move INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/move/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/move/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60a44cf28f..0000000000 --- a/contrib/restricted/boost/move/CMakeLists.darwin-x86_64.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_library(restricted-boost-move INTERFACE) -target_include_directories(restricted-boost-move INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/move/include -) -target_link_libraries(restricted-boost-move INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/move/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/move/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ef3f7ea511..0000000000 --- a/contrib/restricted/boost/move/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-move INTERFACE) -target_include_directories(restricted-boost-move INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/move/include -) -target_link_libraries(restricted-boost-move INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/move/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/move/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ef3f7ea511..0000000000 --- a/contrib/restricted/boost/move/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-move INTERFACE) -target_include_directories(restricted-boost-move INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/move/include -) -target_link_libraries(restricted-boost-move INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/move/CMakeLists.txt b/contrib/restricted/boost/move/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/move/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/contrib/restricted/boost/move/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/move/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60a44cf28f..0000000000 --- a/contrib/restricted/boost/move/CMakeLists.windows-x86_64.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_library(restricted-boost-move INTERFACE) -target_include_directories(restricted-boost-move INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/move/include -) -target_link_libraries(restricted-boost-move INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/mp11/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/mp11/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 7100a8f570..0000000000 --- a/contrib/restricted/boost/mp11/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-mp11 INTERFACE) -target_include_directories(restricted-boost-mp11 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include -) -target_link_libraries(restricted-boost-mp11 INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/mp11/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/mp11/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7100a8f570..0000000000 --- a/contrib/restricted/boost/mp11/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-mp11 INTERFACE) -target_include_directories(restricted-boost-mp11 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include -) -target_link_libraries(restricted-boost-mp11 INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/mp11/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/mp11/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 88c153c72c..0000000000 --- a/contrib/restricted/boost/mp11/CMakeLists.linux-aarch64.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_library(restricted-boost-mp11 INTERFACE) -target_include_directories(restricted-boost-mp11 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include -) -target_link_libraries(restricted-boost-mp11 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/mp11/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/mp11/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 88c153c72c..0000000000 --- a/contrib/restricted/boost/mp11/CMakeLists.linux-x86_64.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_library(restricted-boost-mp11 INTERFACE) -target_include_directories(restricted-boost-mp11 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include -) -target_link_libraries(restricted-boost-mp11 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/mp11/CMakeLists.txt b/contrib/restricted/boost/mp11/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/mp11/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/contrib/restricted/boost/mp11/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/mp11/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7100a8f570..0000000000 --- a/contrib/restricted/boost/mp11/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-mp11 INTERFACE) -target_include_directories(restricted-boost-mp11 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include -) -target_link_libraries(restricted-boost-mp11 INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/mpl/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/mpl/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8b161d3adf..0000000000 --- a/contrib/restricted/boost/mpl/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-mpl INTERFACE) -target_include_directories(restricted-boost-mpl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mpl/include -) -target_link_libraries(restricted-boost-mpl INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/mpl/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/mpl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b161d3adf..0000000000 --- a/contrib/restricted/boost/mpl/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-mpl INTERFACE) -target_include_directories(restricted-boost-mpl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mpl/include -) -target_link_libraries(restricted-boost-mpl INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/mpl/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/mpl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2a2813d50c..0000000000 --- a/contrib/restricted/boost/mpl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-mpl INTERFACE) -target_include_directories(restricted-boost-mpl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mpl/include -) -target_link_libraries(restricted-boost-mpl INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/mpl/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/mpl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2a2813d50c..0000000000 --- a/contrib/restricted/boost/mpl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-mpl INTERFACE) -target_include_directories(restricted-boost-mpl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mpl/include -) -target_link_libraries(restricted-boost-mpl INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/mpl/CMakeLists.txt b/contrib/restricted/boost/mpl/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/mpl/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/contrib/restricted/boost/mpl/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/mpl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b161d3adf..0000000000 --- a/contrib/restricted/boost/mpl/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-mpl INTERFACE) -target_include_directories(restricted-boost-mpl INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mpl/include -) -target_link_libraries(restricted-boost-mpl INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/multi_array/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/multi_array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0f36dd5b20..0000000000 --- a/contrib/restricted/boost/multi_array/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-multi_array INTERFACE) -target_include_directories(restricted-boost-multi_array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_array/include -) -target_link_libraries(restricted-boost-multi_array INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-functional - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/multi_array/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/multi_array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a9bf7bfcb3..0000000000 --- a/contrib/restricted/boost/multi_array/CMakeLists.linux-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(restricted-boost-multi_array INTERFACE) -target_include_directories(restricted-boost-multi_array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_array/include -) -target_link_libraries(restricted-boost-multi_array INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-functional - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/multi_array/CMakeLists.txt b/contrib/restricted/boost/multi_array/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/multi_array/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/multi_array/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/multi_array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0f36dd5b20..0000000000 --- a/contrib/restricted/boost/multi_array/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-multi_array INTERFACE) -target_include_directories(restricted-boost-multi_array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_array/include -) -target_link_libraries(restricted-boost-multi_array INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-functional - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/multi_index/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/multi_index/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1d347b7ed1..0000000000 --- a/contrib/restricted/boost/multi_index/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-multi_index INTERFACE) -target_include_directories(restricted-boost-multi_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_index/include -) -target_link_libraries(restricted-boost-multi_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/multi_index/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/multi_index/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d347b7ed1..0000000000 --- a/contrib/restricted/boost/multi_index/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-multi_index INTERFACE) -target_include_directories(restricted-boost-multi_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_index/include -) -target_link_libraries(restricted-boost-multi_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/multi_index/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/multi_index/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2d2cdecc46..0000000000 --- a/contrib/restricted/boost/multi_index/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-multi_index INTERFACE) -target_include_directories(restricted-boost-multi_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_index/include -) -target_link_libraries(restricted-boost-multi_index INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/multi_index/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/multi_index/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2d2cdecc46..0000000000 --- a/contrib/restricted/boost/multi_index/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-multi_index INTERFACE) -target_include_directories(restricted-boost-multi_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_index/include -) -target_link_libraries(restricted-boost-multi_index INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/multi_index/CMakeLists.txt b/contrib/restricted/boost/multi_index/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/multi_index/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/contrib/restricted/boost/multi_index/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/multi_index/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1d347b7ed1..0000000000 --- a/contrib/restricted/boost/multi_index/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-multi_index INTERFACE) -target_include_directories(restricted-boost-multi_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_index/include -) -target_link_libraries(restricted-boost-multi_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c4797132e9..0000000000 --- a/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-numeric_conversion INTERFACE) -target_include_directories(restricted-boost-numeric_conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/numeric_conversion/include -) -target_link_libraries(restricted-boost-numeric_conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4797132e9..0000000000 --- a/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-numeric_conversion INTERFACE) -target_include_directories(restricted-boost-numeric_conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/numeric_conversion/include -) -target_link_libraries(restricted-boost-numeric_conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46d33c5f9d..0000000000 --- a/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-numeric_conversion INTERFACE) -target_include_directories(restricted-boost-numeric_conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/numeric_conversion/include -) -target_link_libraries(restricted-boost-numeric_conversion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46d33c5f9d..0000000000 --- a/contrib/restricted/boost/numeric_conversion/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-numeric_conversion INTERFACE) -target_include_directories(restricted-boost-numeric_conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/numeric_conversion/include -) -target_link_libraries(restricted-boost-numeric_conversion INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/numeric_conversion/CMakeLists.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/numeric_conversion/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/contrib/restricted/boost/numeric_conversion/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4797132e9..0000000000 --- a/contrib/restricted/boost/numeric_conversion/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-numeric_conversion INTERFACE) -target_include_directories(restricted-boost-numeric_conversion INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/numeric_conversion/include -) -target_link_libraries(restricted-boost-numeric_conversion INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/optional/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/optional/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b94f64d5c4..0000000000 --- a/contrib/restricted/boost/optional/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-optional INTERFACE) -target_include_directories(restricted-boost-optional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/optional/include -) -target_link_libraries(restricted-boost-optional INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/optional/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/optional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b94f64d5c4..0000000000 --- a/contrib/restricted/boost/optional/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-optional INTERFACE) -target_include_directories(restricted-boost-optional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/optional/include -) -target_link_libraries(restricted-boost-optional INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/optional/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/optional/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0bf5a6292d..0000000000 --- a/contrib/restricted/boost/optional/CMakeLists.linux-aarch64.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(restricted-boost-optional INTERFACE) -target_include_directories(restricted-boost-optional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/optional/include -) -target_link_libraries(restricted-boost-optional INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/optional/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/optional/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0bf5a6292d..0000000000 --- a/contrib/restricted/boost/optional/CMakeLists.linux-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(restricted-boost-optional INTERFACE) -target_include_directories(restricted-boost-optional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/optional/include -) -target_link_libraries(restricted-boost-optional INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/optional/CMakeLists.txt b/contrib/restricted/boost/optional/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/optional/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/contrib/restricted/boost/optional/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/optional/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b94f64d5c4..0000000000 --- a/contrib/restricted/boost/optional/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-optional INTERFACE) -target_include_directories(restricted-boost-optional INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/optional/include -) -target_link_libraries(restricted-boost-optional INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/parameter/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/parameter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7aad728341..0000000000 --- a/contrib/restricted/boost/parameter/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-parameter INTERFACE) -target_include_directories(restricted-boost-parameter INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/parameter/include -) -target_link_libraries(restricted-boost-parameter INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/parameter/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/parameter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5bb0e8b6e..0000000000 --- a/contrib/restricted/boost/parameter/CMakeLists.linux-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(restricted-boost-parameter INTERFACE) -target_include_directories(restricted-boost-parameter INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/parameter/include -) -target_link_libraries(restricted-boost-parameter INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/parameter/CMakeLists.txt b/contrib/restricted/boost/parameter/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/parameter/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/parameter/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/parameter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7aad728341..0000000000 --- a/contrib/restricted/boost/parameter/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-parameter INTERFACE) -target_include_directories(restricted-boost-parameter INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/parameter/include -) -target_link_libraries(restricted-boost-parameter INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mp11 - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/phoenix/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/phoenix/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7bf8181aa5..0000000000 --- a/contrib/restricted/boost/phoenix/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-phoenix INTERFACE) -target_include_directories(restricted-boost-phoenix INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/phoenix/include -) -target_link_libraries(restricted-boost-phoenix INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/phoenix/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/phoenix/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 80062339a3..0000000000 --- a/contrib/restricted/boost/phoenix/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(restricted-boost-phoenix INTERFACE) -target_include_directories(restricted-boost-phoenix INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/phoenix/include -) -target_link_libraries(restricted-boost-phoenix INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/phoenix/CMakeLists.txt b/contrib/restricted/boost/phoenix/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/phoenix/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/phoenix/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/phoenix/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7bf8181aa5..0000000000 --- a/contrib/restricted/boost/phoenix/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-phoenix INTERFACE) -target_include_directories(restricted-boost-phoenix INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/phoenix/include -) -target_link_libraries(restricted-boost-phoenix INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/pool/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/pool/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a0e50e5cde..0000000000 --- a/contrib/restricted/boost/pool/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-pool INTERFACE) -target_include_directories(restricted-boost-pool INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/pool/include -) -target_link_libraries(restricted-boost-pool INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-integer - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/pool/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/pool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0e50e5cde..0000000000 --- a/contrib/restricted/boost/pool/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-pool INTERFACE) -target_include_directories(restricted-boost-pool INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/pool/include -) -target_link_libraries(restricted-boost-pool INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-integer - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/pool/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/pool/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a5d127cffb..0000000000 --- a/contrib/restricted/boost/pool/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-pool INTERFACE) -target_include_directories(restricted-boost-pool INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/pool/include -) -target_link_libraries(restricted-boost-pool INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-integer - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/pool/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/pool/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a5d127cffb..0000000000 --- a/contrib/restricted/boost/pool/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-pool INTERFACE) -target_include_directories(restricted-boost-pool INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/pool/include -) -target_link_libraries(restricted-boost-pool INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-integer - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/pool/CMakeLists.txt b/contrib/restricted/boost/pool/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/pool/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/contrib/restricted/boost/pool/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/pool/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a0e50e5cde..0000000000 --- a/contrib/restricted/boost/pool/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-pool INTERFACE) -target_include_directories(restricted-boost-pool INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/pool/include -) -target_link_libraries(restricted-boost-pool INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-integer - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/predef/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/predef/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c55eab9d0f..0000000000 --- a/contrib/restricted/boost/predef/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-predef INTERFACE) -target_include_directories(restricted-boost-predef INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/predef/include -) -target_link_libraries(restricted-boost-predef INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/predef/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/predef/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c55eab9d0f..0000000000 --- a/contrib/restricted/boost/predef/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-predef INTERFACE) -target_include_directories(restricted-boost-predef INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/predef/include -) -target_link_libraries(restricted-boost-predef INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/predef/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/predef/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a0087e3f0d..0000000000 --- a/contrib/restricted/boost/predef/CMakeLists.linux-aarch64.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_library(restricted-boost-predef INTERFACE) -target_include_directories(restricted-boost-predef INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/predef/include -) -target_link_libraries(restricted-boost-predef INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/predef/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/predef/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a0087e3f0d..0000000000 --- a/contrib/restricted/boost/predef/CMakeLists.linux-x86_64.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_library(restricted-boost-predef INTERFACE) -target_include_directories(restricted-boost-predef INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/predef/include -) -target_link_libraries(restricted-boost-predef INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/predef/CMakeLists.txt b/contrib/restricted/boost/predef/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/predef/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/contrib/restricted/boost/predef/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/predef/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c55eab9d0f..0000000000 --- a/contrib/restricted/boost/predef/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-predef INTERFACE) -target_include_directories(restricted-boost-predef INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/predef/include -) -target_link_libraries(restricted-boost-predef INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/preprocessor/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 7df51769d9..0000000000 --- a/contrib/restricted/boost/preprocessor/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-preprocessor INTERFACE) -target_include_directories(restricted-boost-preprocessor INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/preprocessor/include -) -target_link_libraries(restricted-boost-preprocessor INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/preprocessor/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7df51769d9..0000000000 --- a/contrib/restricted/boost/preprocessor/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-preprocessor INTERFACE) -target_include_directories(restricted-boost-preprocessor INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/preprocessor/include -) -target_link_libraries(restricted-boost-preprocessor INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/preprocessor/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6e835b5ad..0000000000 --- a/contrib/restricted/boost/preprocessor/CMakeLists.linux-aarch64.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_library(restricted-boost-preprocessor INTERFACE) -target_include_directories(restricted-boost-preprocessor INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/preprocessor/include -) -target_link_libraries(restricted-boost-preprocessor INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/preprocessor/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6e835b5ad..0000000000 --- a/contrib/restricted/boost/preprocessor/CMakeLists.linux-x86_64.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_library(restricted-boost-preprocessor INTERFACE) -target_include_directories(restricted-boost-preprocessor INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/preprocessor/include -) -target_link_libraries(restricted-boost-preprocessor INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/preprocessor/CMakeLists.txt b/contrib/restricted/boost/preprocessor/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/preprocessor/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/contrib/restricted/boost/preprocessor/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7df51769d9..0000000000 --- a/contrib/restricted/boost/preprocessor/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-preprocessor INTERFACE) -target_include_directories(restricted-boost-preprocessor INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/preprocessor/include -) -target_link_libraries(restricted-boost-preprocessor INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c91dfc15c5..0000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,45 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c91dfc15c5..0000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,45 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1bd268a977..0000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,46 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1bd268a977..0000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,46 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.txt b/contrib/restricted/boost/program_options/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/boost/program_options/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. - - -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) -endif() diff --git a/contrib/restricted/boost/property_map/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/property_map/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d49456c891..0000000000 --- a/contrib/restricted/boost/property_map/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-property_map INTERFACE) -target_include_directories(restricted-boost-property_map INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_map/include -) -target_link_libraries(restricted-boost-property_map INTERFACE - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/property_map/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/property_map/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cfb3bee945..0000000000 --- a/contrib/restricted/boost/property_map/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(restricted-boost-property_map INTERFACE) -target_include_directories(restricted-boost-property_map INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_map/include -) -target_link_libraries(restricted-boost-property_map INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/property_map/CMakeLists.txt b/contrib/restricted/boost/property_map/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/property_map/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/property_map/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/property_map/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d49456c891..0000000000 --- a/contrib/restricted/boost/property_map/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-property_map INTERFACE) -target_include_directories(restricted-boost-property_map INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_map/include -) -target_link_libraries(restricted-boost-property_map INTERFACE - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/property_tree/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/property_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 57f107d22d..0000000000 --- a/contrib/restricted/boost/property_tree/CMakeLists.darwin-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(restricted-boost-property_tree INTERFACE) -target_include_directories(restricted-boost-property_tree INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_tree/include -) -target_link_libraries(restricted-boost-property_tree INTERFACE - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-format - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-range - restricted-boost-serialization - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/property_tree/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/property_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b64b977a64..0000000000 --- a/contrib/restricted/boost/property_tree/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-boost-property_tree INTERFACE) -target_include_directories(restricted-boost-property_tree INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_tree/include -) -target_link_libraries(restricted-boost-property_tree INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-format - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-range - restricted-boost-serialization - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/property_tree/CMakeLists.txt b/contrib/restricted/boost/property_tree/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/property_tree/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/property_tree/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/property_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57f107d22d..0000000000 --- a/contrib/restricted/boost/property_tree/CMakeLists.windows-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(restricted-boost-property_tree INTERFACE) -target_include_directories(restricted-boost-property_tree INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/property_tree/include -) -target_link_libraries(restricted-boost-property_tree INTERFACE - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-format - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-multi_index - restricted-boost-optional - restricted-boost-range - restricted-boost-serialization - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/proto/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 370165e4ff..0000000000 --- a/contrib/restricted/boost/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-proto INTERFACE) -target_include_directories(restricted-boost-proto INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/proto/include -) -target_link_libraries(restricted-boost-proto INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-range - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/proto/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8fa3b296b2..0000000000 --- a/contrib/restricted/boost/proto/CMakeLists.linux-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(restricted-boost-proto INTERFACE) -target_include_directories(restricted-boost-proto INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/proto/include -) -target_link_libraries(restricted-boost-proto INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-range - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/proto/CMakeLists.txt b/contrib/restricted/boost/proto/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/proto/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/proto/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 370165e4ff..0000000000 --- a/contrib/restricted/boost/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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(restricted-boost-proto INTERFACE) -target_include_directories(restricted-boost-proto INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/proto/include -) -target_link_libraries(restricted-boost-proto INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-fusion - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-range - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/random/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/random/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 647aa94668..0000000000 --- a/contrib/restricted/boost/random/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,35 +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(restricted-boost-random) -target_compile_options(restricted-boost-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/include -) -target_link_libraries(restricted-boost-random PUBLIC - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-dynamic_bitset - restricted-boost-integer - restricted-boost-io - restricted-boost-range - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/src/random_device.cpp -) diff --git a/contrib/restricted/boost/random/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 647aa94668..0000000000 --- a/contrib/restricted/boost/random/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,35 +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(restricted-boost-random) -target_compile_options(restricted-boost-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/include -) -target_link_libraries(restricted-boost-random PUBLIC - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-dynamic_bitset - restricted-boost-integer - restricted-boost-io - restricted-boost-range - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/src/random_device.cpp -) diff --git a/contrib/restricted/boost/random/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/random/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 23ae6c6152..0000000000 --- a/contrib/restricted/boost/random/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +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(restricted-boost-random) -target_compile_options(restricted-boost-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/include -) -target_link_libraries(restricted-boost-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-dynamic_bitset - restricted-boost-integer - restricted-boost-io - restricted-boost-range - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/src/random_device.cpp -) diff --git a/contrib/restricted/boost/random/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/random/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 23ae6c6152..0000000000 --- a/contrib/restricted/boost/random/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,36 +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(restricted-boost-random) -target_compile_options(restricted-boost-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/include -) -target_link_libraries(restricted-boost-random PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-dynamic_bitset - restricted-boost-integer - restricted-boost-io - restricted-boost-range - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/src/random_device.cpp -) diff --git a/contrib/restricted/boost/random/CMakeLists.txt b/contrib/restricted/boost/random/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/random/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/contrib/restricted/boost/random/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/random/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 647aa94668..0000000000 --- a/contrib/restricted/boost/random/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,35 +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(restricted-boost-random) -target_compile_options(restricted-boost-random PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-random PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/include -) -target_link_libraries(restricted-boost-random PUBLIC - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-dynamic_bitset - restricted-boost-integer - restricted-boost-io - restricted-boost-range - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) -target_sources(restricted-boost-random PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/random/src/random_device.cpp -) diff --git a/contrib/restricted/boost/range/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/range/CMakeLists.darwin-arm64.txt deleted file mode 100644 index eadd2f290c..0000000000 --- a/contrib/restricted/boost/range/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-range INTERFACE) -target_include_directories(restricted-boost-range INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/range/include -) -target_link_libraries(restricted-boost-range INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/range/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/range/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eadd2f290c..0000000000 --- a/contrib/restricted/boost/range/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-range INTERFACE) -target_include_directories(restricted-boost-range INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/range/include -) -target_link_libraries(restricted-boost-range INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/range/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/range/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a97889d7f6..0000000000 --- a/contrib/restricted/boost/range/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-range INTERFACE) -target_include_directories(restricted-boost-range INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/range/include -) -target_link_libraries(restricted-boost-range INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/range/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/range/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a97889d7f6..0000000000 --- a/contrib/restricted/boost/range/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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(restricted-boost-range INTERFACE) -target_include_directories(restricted-boost-range INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/range/include -) -target_link_libraries(restricted-boost-range INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/range/CMakeLists.txt b/contrib/restricted/boost/range/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/range/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/contrib/restricted/boost/range/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/range/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eadd2f290c..0000000000 --- a/contrib/restricted/boost/range/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,33 +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(restricted-boost-range INTERFACE) -target_include_directories(restricted-boost-range INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/range/include -) -target_link_libraries(restricted-boost-range INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-conversion - restricted-boost-core - restricted-boost-detail - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-regex - restricted-boost-static_assert - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/ratio/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/ratio/CMakeLists.darwin-arm64.txt deleted file mode 100644 index be975de1e0..0000000000 --- a/contrib/restricted/boost/ratio/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-ratio INTERFACE) -target_include_directories(restricted-boost-ratio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ratio/include -) -target_link_libraries(restricted-boost-ratio INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/ratio/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/ratio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index be975de1e0..0000000000 --- a/contrib/restricted/boost/ratio/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-ratio INTERFACE) -target_include_directories(restricted-boost-ratio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ratio/include -) -target_link_libraries(restricted-boost-ratio INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/ratio/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/ratio/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f78ccb011e..0000000000 --- a/contrib/restricted/boost/ratio/CMakeLists.linux-aarch64.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_library(restricted-boost-ratio INTERFACE) -target_include_directories(restricted-boost-ratio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ratio/include -) -target_link_libraries(restricted-boost-ratio INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/ratio/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/ratio/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f78ccb011e..0000000000 --- a/contrib/restricted/boost/ratio/CMakeLists.linux-x86_64.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_library(restricted-boost-ratio INTERFACE) -target_include_directories(restricted-boost-ratio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ratio/include -) -target_link_libraries(restricted-boost-ratio INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/ratio/CMakeLists.txt b/contrib/restricted/boost/ratio/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/ratio/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/contrib/restricted/boost/ratio/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/ratio/CMakeLists.windows-x86_64.txt deleted file mode 100644 index be975de1e0..0000000000 --- a/contrib/restricted/boost/ratio/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,16 +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(restricted-boost-ratio INTERFACE) -target_include_directories(restricted-boost-ratio INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ratio/include -) -target_link_libraries(restricted-boost-ratio INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/boost/rational/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/rational/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4d92a21a6..0000000000 --- a/contrib/restricted/boost/rational/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-rational INTERFACE) -target_include_directories(restricted-boost-rational INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/rational/include -) -target_link_libraries(restricted-boost-rational INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/rational/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/rational/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 61fd5149ab..0000000000 --- a/contrib/restricted/boost/rational/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,25 +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(restricted-boost-rational INTERFACE) -target_include_directories(restricted-boost-rational INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/rational/include -) -target_link_libraries(restricted-boost-rational INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/rational/CMakeLists.txt b/contrib/restricted/boost/rational/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/rational/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/rational/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/rational/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4d92a21a6..0000000000 --- a/contrib/restricted/boost/rational/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-rational INTERFACE) -target_include_directories(restricted-boost-rational INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/rational/include -) -target_link_libraries(restricted-boost-rational INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/regex/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/regex/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b0c67b4c88..0000000000 --- a/contrib/restricted/boost/regex/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,41 +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(restricted-boost-regex) -target_compile_options(restricted-boost-regex PRIVATE - -DBOOST_HAS_ICU - -DBOOST_NO_CXX98_BINDERS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-regex PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include -) -target_link_libraries(restricted-boost-regex PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-mpl - restricted-boost-predef - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) -target_sources(restricted-boost-regex PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp -) diff --git a/contrib/restricted/boost/regex/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/regex/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b0c67b4c88..0000000000 --- a/contrib/restricted/boost/regex/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,41 +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(restricted-boost-regex) -target_compile_options(restricted-boost-regex PRIVATE - -DBOOST_HAS_ICU - -DBOOST_NO_CXX98_BINDERS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-regex PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include -) -target_link_libraries(restricted-boost-regex PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-mpl - restricted-boost-predef - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) -target_sources(restricted-boost-regex PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp -) diff --git a/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 554805be78..0000000000 --- a/contrib/restricted/boost/regex/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,42 +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(restricted-boost-regex) -target_compile_options(restricted-boost-regex PRIVATE - -DBOOST_HAS_ICU - -DBOOST_NO_CXX98_BINDERS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-regex PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include -) -target_link_libraries(restricted-boost-regex PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-mpl - restricted-boost-predef - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) -target_sources(restricted-boost-regex PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp -) diff --git a/contrib/restricted/boost/regex/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/regex/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 554805be78..0000000000 --- a/contrib/restricted/boost/regex/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,42 +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(restricted-boost-regex) -target_compile_options(restricted-boost-regex PRIVATE - -DBOOST_HAS_ICU - -DBOOST_NO_CXX98_BINDERS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-regex PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include -) -target_link_libraries(restricted-boost-regex PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-mpl - restricted-boost-predef - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) -target_sources(restricted-boost-regex PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp -) diff --git a/contrib/restricted/boost/regex/CMakeLists.txt b/contrib/restricted/boost/regex/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/regex/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/contrib/restricted/boost/regex/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/regex/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 880f1329a8..0000000000 --- a/contrib/restricted/boost/regex/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,44 +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(restricted-boost-regex) -target_compile_options(restricted-boost-regex PUBLIC - -DBOOST_REGEX_USE_CPP_LOCALE -) -target_compile_options(restricted-boost-regex PRIVATE - -DBOOST_HAS_ICU - -DBOOST_NO_CXX98_BINDERS - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-regex PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include -) -target_link_libraries(restricted-boost-regex PUBLIC - contrib-libs-cxxsupp - contrib-libs-icu - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-integer - restricted-boost-mpl - restricted-boost-predef - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) -target_sources(restricted-boost-regex PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp -) diff --git a/contrib/restricted/boost/scope_exit/CMakeLists.txt b/contrib/restricted/boost/scope_exit/CMakeLists.txt deleted file mode 100644 index 03d4a7153c..0000000000 --- a/contrib/restricted/boost/scope_exit/CMakeLists.txt +++ /dev/null @@ -1,11 +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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/scope_exit/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/scope_exit/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 861d0b5fd9..0000000000 --- a/contrib/restricted/boost/scope_exit/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-scope_exit INTERFACE) -target_include_directories(restricted-boost-scope_exit INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/scope_exit/include -) -target_link_libraries(restricted-boost-scope_exit INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-function - restricted-boost-preprocessor - restricted-boost-type_traits - restricted-boost-typeof -) diff --git a/contrib/restricted/boost/serialization/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/serialization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 52603eb79d..0000000000 --- a/contrib/restricted/boost/serialization/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,90 +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(restricted-boost-serialization) -target_compile_options(restricted-boost-serialization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-serialization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/include -) -target_link_libraries(restricted-boost-serialization PUBLIC - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) -target_sources(restricted-boost-serialization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_serializer_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_iprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_oprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_wiprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_woprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_xml_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/codecvt_null.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_no_rtti.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_typeid.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/stl_port.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/void_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_grammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wgrammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_woarchive.cpp -) diff --git a/contrib/restricted/boost/serialization/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/serialization/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 43d01c0ab0..0000000000 --- a/contrib/restricted/boost/serialization/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,91 +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(restricted-boost-serialization) -target_compile_options(restricted-boost-serialization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-serialization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/include -) -target_link_libraries(restricted-boost-serialization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) -target_sources(restricted-boost-serialization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_serializer_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_iprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_oprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_wiprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_woprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_xml_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/codecvt_null.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_no_rtti.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_typeid.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/stl_port.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/void_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_grammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wgrammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_woarchive.cpp -) diff --git a/contrib/restricted/boost/serialization/CMakeLists.txt b/contrib/restricted/boost/serialization/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/serialization/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/serialization/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/serialization/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 52603eb79d..0000000000 --- a/contrib/restricted/boost/serialization/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,90 +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(restricted-boost-serialization) -target_compile_options(restricted-boost-serialization PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-serialization PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/include -) -target_link_libraries(restricted-boost-serialization PUBLIC - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-spirit - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) -target_sources(restricted-boost-serialization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_iserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_pointer_oserializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_serializer_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_iprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_oprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_wiprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_text_woprimitive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/basic_xml_archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/binary_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/codecvt_null.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_no_rtti.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/extended_type_info_typeid.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_binary_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/polymorphic_xml_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/stl_port.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/text_woarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/void_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_archive_exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_grammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_iarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_oarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wgrammar.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_wiarchive.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/serialization/src/xml_woarchive.cpp -) diff --git a/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e13c238580..0000000000 --- a/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-smart_ptr INTERFACE) -target_include_directories(restricted-boost-smart_ptr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/smart_ptr/include -) -target_link_libraries(restricted-boost-smart_ptr INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e13c238580..0000000000 --- a/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-smart_ptr INTERFACE) -target_include_directories(restricted-boost-smart_ptr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/smart_ptr/include -) -target_link_libraries(restricted-boost-smart_ptr INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/smart_ptr/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1c30f857e3..0000000000 --- a/contrib/restricted/boost/smart_ptr/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-smart_ptr INTERFACE) -target_include_directories(restricted-boost-smart_ptr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/smart_ptr/include -) -target_link_libraries(restricted-boost-smart_ptr INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/smart_ptr/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1c30f857e3..0000000000 --- a/contrib/restricted/boost/smart_ptr/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-smart_ptr INTERFACE) -target_include_directories(restricted-boost-smart_ptr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/smart_ptr/include -) -target_link_libraries(restricted-boost-smart_ptr INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/smart_ptr/CMakeLists.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/smart_ptr/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/contrib/restricted/boost/smart_ptr/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e13c238580..0000000000 --- a/contrib/restricted/boost/smart_ptr/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-smart_ptr INTERFACE) -target_include_directories(restricted-boost-smart_ptr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/smart_ptr/include -) -target_link_libraries(restricted-boost-smart_ptr INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bddf9e8c5b..0000000000 --- a/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,44 +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(restricted-boost-spirit INTERFACE) -target_include_directories(restricted-boost-spirit INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/spirit/include -) -target_link_libraries(restricted-boost-spirit INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-endian - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-phoenix - restricted-boost-pool - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-thread - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) diff --git a/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 75045b7b54..0000000000 --- a/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,45 +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(restricted-boost-spirit INTERFACE) -target_include_directories(restricted-boost-spirit INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/spirit/include -) -target_link_libraries(restricted-boost-spirit INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-endian - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-phoenix - restricted-boost-pool - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-thread - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) diff --git a/contrib/restricted/boost/spirit/CMakeLists.txt b/contrib/restricted/boost/spirit/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/spirit/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bddf9e8c5b..0000000000 --- a/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,44 +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(restricted-boost-spirit INTERFACE) -target_include_directories(restricted-boost-spirit INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/spirit/include -) -target_link_libraries(restricted-boost-spirit INTERFACE - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-config - restricted-boost-core - restricted-boost-endian - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion - restricted-boost-integer - restricted-boost-io - restricted-boost-iterator - restricted-boost-move - restricted-boost-mpl - restricted-boost-optional - restricted-boost-phoenix - restricted-boost-pool - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-thread - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered - restricted-boost-utility - restricted-boost-variant -) diff --git a/contrib/restricted/boost/static_assert/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/static_assert/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6506f1babd..0000000000 --- a/contrib/restricted/boost/static_assert/CMakeLists.darwin-arm64.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_library(restricted-boost-static_assert INTERFACE) -target_include_directories(restricted-boost-static_assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/static_assert/include -) -target_link_libraries(restricted-boost-static_assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/static_assert/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/static_assert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6506f1babd..0000000000 --- a/contrib/restricted/boost/static_assert/CMakeLists.darwin-x86_64.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_library(restricted-boost-static_assert INTERFACE) -target_include_directories(restricted-boost-static_assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/static_assert/include -) -target_link_libraries(restricted-boost-static_assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/static_assert/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/static_assert/CMakeLists.linux-aarch64.txt deleted file mode 100644 index efc171911e..0000000000 --- a/contrib/restricted/boost/static_assert/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-static_assert INTERFACE) -target_include_directories(restricted-boost-static_assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/static_assert/include -) -target_link_libraries(restricted-boost-static_assert INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/static_assert/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/static_assert/CMakeLists.linux-x86_64.txt deleted file mode 100644 index efc171911e..0000000000 --- a/contrib/restricted/boost/static_assert/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-static_assert INTERFACE) -target_include_directories(restricted-boost-static_assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/static_assert/include -) -target_link_libraries(restricted-boost-static_assert INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/static_assert/CMakeLists.txt b/contrib/restricted/boost/static_assert/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/static_assert/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/contrib/restricted/boost/static_assert/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/static_assert/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6506f1babd..0000000000 --- a/contrib/restricted/boost/static_assert/CMakeLists.windows-x86_64.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_library(restricted-boost-static_assert INTERFACE) -target_include_directories(restricted-boost-static_assert INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/static_assert/include -) -target_link_libraries(restricted-boost-static_assert INTERFACE - contrib-libs-cxxsupp - restricted-boost-config -) diff --git a/contrib/restricted/boost/system/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/system/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 49847620cb..0000000000 --- a/contrib/restricted/boost/system/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-system INTERFACE) -target_include_directories(restricted-boost-system INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/system/include -) -target_link_libraries(restricted-boost-system INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-variant2 - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/system/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/system/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49847620cb..0000000000 --- a/contrib/restricted/boost/system/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-system INTERFACE) -target_include_directories(restricted-boost-system INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/system/include -) -target_link_libraries(restricted-boost-system INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-variant2 - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/system/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/system/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb535c4333..0000000000 --- a/contrib/restricted/boost/system/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-system INTERFACE) -target_include_directories(restricted-boost-system INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/system/include -) -target_link_libraries(restricted-boost-system INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-variant2 - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/system/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/system/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb535c4333..0000000000 --- a/contrib/restricted/boost/system/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-system INTERFACE) -target_include_directories(restricted-boost-system INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/system/include -) -target_link_libraries(restricted-boost-system INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-variant2 - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/system/CMakeLists.txt b/contrib/restricted/boost/system/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/system/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/contrib/restricted/boost/system/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/system/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 49847620cb..0000000000 --- a/contrib/restricted/boost/system/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-system INTERFACE) -target_include_directories(restricted-boost-system INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/system/include -) -target_link_libraries(restricted-boost-system INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-throw_exception - restricted-boost-variant2 - restricted-boost-winapi -) diff --git a/contrib/restricted/boost/thread/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/thread/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6f73c738f5..0000000000 --- a/contrib/restricted/boost/thread/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,55 +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(restricted-boost-thread) -target_compile_options(restricted-boost-thread PUBLIC - -DBOOST_THREAD_USE_LIB - -DBOOST_THREAD_POSIX -) -target_compile_options(restricted-boost-thread PRIVATE - -DBOOST_THREAD_BUILD_LIB - -DBOOST_THREAD_DONT_USE_CHRONO - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-thread PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/include -) -target_link_libraries(restricted-boost-thread PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-atomic - restricted-boost-bind - restricted-boost-chrono - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-date_time - restricted-boost-exception - restricted-boost-function - restricted-boost-io - restricted-boost-move - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp -) diff --git a/contrib/restricted/boost/thread/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/thread/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f73c738f5..0000000000 --- a/contrib/restricted/boost/thread/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,55 +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(restricted-boost-thread) -target_compile_options(restricted-boost-thread PUBLIC - -DBOOST_THREAD_USE_LIB - -DBOOST_THREAD_POSIX -) -target_compile_options(restricted-boost-thread PRIVATE - -DBOOST_THREAD_BUILD_LIB - -DBOOST_THREAD_DONT_USE_CHRONO - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-thread PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/include -) -target_link_libraries(restricted-boost-thread PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-atomic - restricted-boost-bind - restricted-boost-chrono - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-date_time - restricted-boost-exception - restricted-boost-function - restricted-boost-io - restricted-boost-move - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp -) diff --git a/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4a00092a1..0000000000 --- a/contrib/restricted/boost/thread/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,56 +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(restricted-boost-thread) -target_compile_options(restricted-boost-thread PUBLIC - -DBOOST_THREAD_USE_LIB - -DBOOST_THREAD_POSIX -) -target_compile_options(restricted-boost-thread PRIVATE - -DBOOST_THREAD_BUILD_LIB - -DBOOST_THREAD_DONT_USE_CHRONO - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-thread PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/include -) -target_link_libraries(restricted-boost-thread PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-atomic - restricted-boost-bind - restricted-boost-chrono - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-date_time - restricted-boost-exception - restricted-boost-function - restricted-boost-io - restricted-boost-move - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp -) diff --git a/contrib/restricted/boost/thread/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/thread/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c4a00092a1..0000000000 --- a/contrib/restricted/boost/thread/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,56 +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(restricted-boost-thread) -target_compile_options(restricted-boost-thread PUBLIC - -DBOOST_THREAD_USE_LIB - -DBOOST_THREAD_POSIX -) -target_compile_options(restricted-boost-thread PRIVATE - -DBOOST_THREAD_BUILD_LIB - -DBOOST_THREAD_DONT_USE_CHRONO - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-thread PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/include -) -target_link_libraries(restricted-boost-thread PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-atomic - restricted-boost-bind - restricted-boost-chrono - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-date_time - restricted-boost-exception - restricted-boost-function - restricted-boost-io - restricted-boost-move - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp -) diff --git a/contrib/restricted/boost/thread/CMakeLists.txt b/contrib/restricted/boost/thread/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/thread/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/contrib/restricted/boost/thread/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/thread/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 366022e4bf..0000000000 --- a/contrib/restricted/boost/thread/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,59 +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(restricted-boost-thread) -target_compile_options(restricted-boost-thread PUBLIC - -DBOOST_THREAD_USE_LIB - -DBOOST_THREAD_WIN32 -) -target_compile_options(restricted-boost-thread PRIVATE - -DBOOST_THREAD_BUILD_LIB - -DBOOST_THREAD_USES_CHRONO - -DWIN32_LEAN_AND_MEAN - -DBOOST_USE_WINDOWS_H - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-thread PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/include -) -target_link_libraries(restricted-boost-thread PUBLIC - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-atomic - restricted-boost-bind - restricted-boost-chrono - restricted-boost-concept_check - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-date_time - restricted-boost-exception - restricted-boost-function - restricted-boost-io - restricted-boost-move - restricted-boost-optional - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-system - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi -) -target_sources(restricted-boost-thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/win32/thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/win32/thread_primitives.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/win32/tss_dll.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/win32/tss_pe.cpp -) diff --git a/contrib/restricted/boost/throw_exception/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.darwin-arm64.txt deleted file mode 100644 index eefa32cee2..0000000000 --- a/contrib/restricted/boost/throw_exception/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-throw_exception INTERFACE) -target_include_directories(restricted-boost-throw_exception INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/throw_exception/include -) -target_link_libraries(restricted-boost-throw_exception INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config -) diff --git a/contrib/restricted/boost/throw_exception/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eefa32cee2..0000000000 --- a/contrib/restricted/boost/throw_exception/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-throw_exception INTERFACE) -target_include_directories(restricted-boost-throw_exception INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/throw_exception/include -) -target_link_libraries(restricted-boost-throw_exception INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config -) diff --git a/contrib/restricted/boost/throw_exception/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 105ee3325e..0000000000 --- a/contrib/restricted/boost/throw_exception/CMakeLists.linux-aarch64.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. - - - -add_library(restricted-boost-throw_exception INTERFACE) -target_include_directories(restricted-boost-throw_exception INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/throw_exception/include -) -target_link_libraries(restricted-boost-throw_exception INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config -) diff --git a/contrib/restricted/boost/throw_exception/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 105ee3325e..0000000000 --- a/contrib/restricted/boost/throw_exception/CMakeLists.linux-x86_64.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. - - - -add_library(restricted-boost-throw_exception INTERFACE) -target_include_directories(restricted-boost-throw_exception INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/throw_exception/include -) -target_link_libraries(restricted-boost-throw_exception INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config -) diff --git a/contrib/restricted/boost/throw_exception/CMakeLists.txt b/contrib/restricted/boost/throw_exception/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/throw_exception/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/contrib/restricted/boost/throw_exception/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eefa32cee2..0000000000 --- a/contrib/restricted/boost/throw_exception/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-throw_exception INTERFACE) -target_include_directories(restricted-boost-throw_exception INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/throw_exception/include -) -target_link_libraries(restricted-boost-throw_exception INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config -) diff --git a/contrib/restricted/boost/tokenizer/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 484614506f..0000000000 --- a/contrib/restricted/boost/tokenizer/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-tokenizer INTERFACE) -target_include_directories(restricted-boost-tokenizer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tokenizer/include -) -target_link_libraries(restricted-boost-tokenizer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tokenizer/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 484614506f..0000000000 --- a/contrib/restricted/boost/tokenizer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-tokenizer INTERFACE) -target_include_directories(restricted-boost-tokenizer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tokenizer/include -) -target_link_libraries(restricted-boost-tokenizer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tokenizer/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f150b16ca2..0000000000 --- a/contrib/restricted/boost/tokenizer/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-tokenizer INTERFACE) -target_include_directories(restricted-boost-tokenizer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tokenizer/include -) -target_link_libraries(restricted-boost-tokenizer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tokenizer/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f150b16ca2..0000000000 --- a/contrib/restricted/boost/tokenizer/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-tokenizer INTERFACE) -target_include_directories(restricted-boost-tokenizer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tokenizer/include -) -target_link_libraries(restricted-boost-tokenizer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tokenizer/CMakeLists.txt b/contrib/restricted/boost/tokenizer/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/tokenizer/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/contrib/restricted/boost/tokenizer/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 484614506f..0000000000 --- a/contrib/restricted/boost/tokenizer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-tokenizer INTERFACE) -target_include_directories(restricted-boost-tokenizer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tokenizer/include -) -target_link_libraries(restricted-boost-tokenizer INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tti/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/tti/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 21cde2d8ba..0000000000 --- a/contrib/restricted/boost/tti/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-tti INTERFACE) -target_include_directories(restricted-boost-tti INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tti/include -) -target_link_libraries(restricted-boost-tti INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tti/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/tti/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9c8dd5bc54..0000000000 --- a/contrib/restricted/boost/tti/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +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(restricted-boost-tti INTERFACE) -target_include_directories(restricted-boost-tti INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tti/include -) -target_link_libraries(restricted-boost-tti INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tti/CMakeLists.txt b/contrib/restricted/boost/tti/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/tti/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/tti/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/tti/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 21cde2d8ba..0000000000 --- a/contrib/restricted/boost/tti/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-tti INTERFACE) -target_include_directories(restricted-boost-tti INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tti/include -) -target_link_libraries(restricted-boost-tti INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-function_types - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tuple/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/tuple/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 35051c1252..0000000000 --- a/contrib/restricted/boost/tuple/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-tuple INTERFACE) -target_include_directories(restricted-boost-tuple INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tuple/include -) -target_link_libraries(restricted-boost-tuple INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tuple/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/tuple/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35051c1252..0000000000 --- a/contrib/restricted/boost/tuple/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-tuple INTERFACE) -target_include_directories(restricted-boost-tuple INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tuple/include -) -target_link_libraries(restricted-boost-tuple INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tuple/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/tuple/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de83f3637a..0000000000 --- a/contrib/restricted/boost/tuple/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-tuple INTERFACE) -target_include_directories(restricted-boost-tuple INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tuple/include -) -target_link_libraries(restricted-boost-tuple INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tuple/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/tuple/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de83f3637a..0000000000 --- a/contrib/restricted/boost/tuple/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-tuple INTERFACE) -target_include_directories(restricted-boost-tuple INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tuple/include -) -target_link_libraries(restricted-boost-tuple INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/tuple/CMakeLists.txt b/contrib/restricted/boost/tuple/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/tuple/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/contrib/restricted/boost/tuple/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/tuple/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 35051c1252..0000000000 --- a/contrib/restricted/boost/tuple/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-tuple INTERFACE) -target_include_directories(restricted-boost-tuple INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/tuple/include -) -target_link_libraries(restricted-boost-tuple INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/type_index/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 701e481195..0000000000 --- a/contrib/restricted/boost/type_index/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-type_index INTERFACE) -target_include_directories(restricted-boost-type_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_index/include -) -target_link_libraries(restricted-boost-type_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 701e481195..0000000000 --- a/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-type_index INTERFACE) -target_include_directories(restricted-boost-type_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_index/include -) -target_link_libraries(restricted-boost-type_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d9a71e2cc..0000000000 --- a/contrib/restricted/boost/type_index/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-type_index INTERFACE) -target_include_directories(restricted-boost-type_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_index/include -) -target_link_libraries(restricted-boost-type_index INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d9a71e2cc..0000000000 --- a/contrib/restricted/boost/type_index/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-type_index INTERFACE) -target_include_directories(restricted-boost-type_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_index/include -) -target_link_libraries(restricted-boost-type_index INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.txt b/contrib/restricted/boost/type_index/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/type_index/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/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 701e481195..0000000000 --- a/contrib/restricted/boost/type_index/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-type_index INTERFACE) -target_include_directories(restricted-boost-type_index INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_index/include -) -target_link_libraries(restricted-boost-type_index INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/type_traits/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/type_traits/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a32d4a750e..0000000000 --- a/contrib/restricted/boost/type_traits/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-type_traits INTERFACE) -target_include_directories(restricted-boost-type_traits INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_traits/include -) -target_link_libraries(restricted-boost-type_traits INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/type_traits/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/type_traits/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a32d4a750e..0000000000 --- a/contrib/restricted/boost/type_traits/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-type_traits INTERFACE) -target_include_directories(restricted-boost-type_traits INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_traits/include -) -target_link_libraries(restricted-boost-type_traits INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/type_traits/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/type_traits/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9771ff8a74..0000000000 --- a/contrib/restricted/boost/type_traits/CMakeLists.linux-aarch64.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. - - - -add_library(restricted-boost-type_traits INTERFACE) -target_include_directories(restricted-boost-type_traits INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_traits/include -) -target_link_libraries(restricted-boost-type_traits INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/type_traits/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/type_traits/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9771ff8a74..0000000000 --- a/contrib/restricted/boost/type_traits/CMakeLists.linux-x86_64.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. - - - -add_library(restricted-boost-type_traits INTERFACE) -target_include_directories(restricted-boost-type_traits INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_traits/include -) -target_link_libraries(restricted-boost-type_traits INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/type_traits/CMakeLists.txt b/contrib/restricted/boost/type_traits/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/type_traits/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/contrib/restricted/boost/type_traits/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/type_traits/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a32d4a750e..0000000000 --- a/contrib/restricted/boost/type_traits/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-type_traits INTERFACE) -target_include_directories(restricted-boost-type_traits INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/type_traits/include -) -target_link_libraries(restricted-boost-type_traits INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-static_assert -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/typeof/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 04fff27108..0000000000 --- a/contrib/restricted/boost/typeof/CMakeLists.darwin-arm64.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. - - - -add_library(restricted-boost-typeof INTERFACE) -target_include_directories(restricted-boost-typeof INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/typeof/include -) -target_link_libraries(restricted-boost-typeof INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/typeof/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04fff27108..0000000000 --- a/contrib/restricted/boost/typeof/CMakeLists.darwin-x86_64.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. - - - -add_library(restricted-boost-typeof INTERFACE) -target_include_directories(restricted-boost-typeof INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/typeof/include -) -target_link_libraries(restricted-boost-typeof INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/typeof/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ff3ee3a266..0000000000 --- a/contrib/restricted/boost/typeof/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-typeof INTERFACE) -target_include_directories(restricted-boost-typeof INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/typeof/include -) -target_link_libraries(restricted-boost-typeof INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/typeof/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff3ee3a266..0000000000 --- a/contrib/restricted/boost/typeof/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-typeof INTERFACE) -target_include_directories(restricted-boost-typeof INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/typeof/include -) -target_link_libraries(restricted-boost-typeof INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.txt b/contrib/restricted/boost/typeof/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/typeof/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/contrib/restricted/boost/typeof/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/typeof/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 04fff27108..0000000000 --- a/contrib/restricted/boost/typeof/CMakeLists.windows-x86_64.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. - - - -add_library(restricted-boost-typeof INTERFACE) -target_include_directories(restricted-boost-typeof INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/typeof/include -) -target_link_libraries(restricted-boost-typeof INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-preprocessor - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/unordered/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/unordered/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0a1dbba096..0000000000 --- a/contrib/restricted/boost/unordered/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(restricted-boost-unordered INTERFACE) -target_include_directories(restricted-boost-unordered INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/unordered/include -) -target_link_libraries(restricted-boost-unordered INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/unordered/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/unordered/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0a1dbba096..0000000000 --- a/contrib/restricted/boost/unordered/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(restricted-boost-unordered INTERFACE) -target_include_directories(restricted-boost-unordered INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/unordered/include -) -target_link_libraries(restricted-boost-unordered INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/unordered/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/unordered/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2c662b8703..0000000000 --- a/contrib/restricted/boost/unordered/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-unordered INTERFACE) -target_include_directories(restricted-boost-unordered INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/unordered/include -) -target_link_libraries(restricted-boost-unordered INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/unordered/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/unordered/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2c662b8703..0000000000 --- a/contrib/restricted/boost/unordered/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-unordered INTERFACE) -target_include_directories(restricted-boost-unordered INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/unordered/include -) -target_link_libraries(restricted-boost-unordered INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/unordered/CMakeLists.txt b/contrib/restricted/boost/unordered/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/unordered/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/contrib/restricted/boost/unordered/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/unordered/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0a1dbba096..0000000000 --- a/contrib/restricted/boost/unordered/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(restricted-boost-unordered INTERFACE) -target_include_directories(restricted-boost-unordered INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/unordered/include -) -target_link_libraries(restricted-boost-unordered INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/utility/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/utility/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 75fd878529..0000000000 --- a/contrib/restricted/boost/utility/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-utility INTERFACE) -target_include_directories(restricted-boost-utility INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/utility/include -) -target_link_libraries(restricted-boost-utility INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/utility/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 75fd878529..0000000000 --- a/contrib/restricted/boost/utility/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-utility INTERFACE) -target_include_directories(restricted-boost-utility INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/utility/include -) -target_link_libraries(restricted-boost-utility INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/utility/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/utility/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a04da10363..0000000000 --- a/contrib/restricted/boost/utility/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-utility INTERFACE) -target_include_directories(restricted-boost-utility INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/utility/include -) -target_link_libraries(restricted-boost-utility INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/utility/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/utility/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a04da10363..0000000000 --- a/contrib/restricted/boost/utility/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(restricted-boost-utility INTERFACE) -target_include_directories(restricted-boost-utility INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/utility/include -) -target_link_libraries(restricted-boost-utility INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/utility/CMakeLists.txt b/contrib/restricted/boost/utility/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/utility/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/contrib/restricted/boost/utility/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/utility/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 75fd878529..0000000000 --- a/contrib/restricted/boost/utility/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +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(restricted-boost-utility INTERFACE) -target_include_directories(restricted-boost-utility INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/utility/include -) -target_link_libraries(restricted-boost-utility INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-core - restricted-boost-io - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/variant/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/variant/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 495a074d5f..0000000000 --- a/contrib/restricted/boost/variant/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(restricted-boost-variant INTERFACE) -target_include_directories(restricted-boost-variant INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant/include -) -target_link_libraries(restricted-boost-variant INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-integer - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_index - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/variant/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/variant/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fb816baea8..0000000000 --- a/contrib/restricted/boost/variant/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,30 +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(restricted-boost-variant INTERFACE) -target_include_directories(restricted-boost-variant INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant/include -) -target_link_libraries(restricted-boost-variant INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-integer - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_index - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/variant/CMakeLists.txt b/contrib/restricted/boost/variant/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/variant/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/variant/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/variant/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 495a074d5f..0000000000 --- a/contrib/restricted/boost/variant/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(restricted-boost-variant INTERFACE) -target_include_directories(restricted-boost-variant INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant/include -) -target_link_libraries(restricted-boost-variant INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-container_hash - restricted-boost-core - restricted-boost-detail - restricted-boost-integer - restricted-boost-mpl - restricted-boost-preprocessor - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_index - restricted-boost-type_traits - restricted-boost-utility -) diff --git a/contrib/restricted/boost/variant2/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/variant2/CMakeLists.darwin-arm64.txt deleted file mode 100644 index faec5d9097..0000000000 --- a/contrib/restricted/boost/variant2/CMakeLists.darwin-arm64.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. - - - -add_library(restricted-boost-variant2 INTERFACE) -target_include_directories(restricted-boost-variant2 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant2/include -) -target_link_libraries(restricted-boost-variant2 INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/variant2/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/variant2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index faec5d9097..0000000000 --- a/contrib/restricted/boost/variant2/CMakeLists.darwin-x86_64.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. - - - -add_library(restricted-boost-variant2 INTERFACE) -target_include_directories(restricted-boost-variant2 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant2/include -) -target_link_libraries(restricted-boost-variant2 INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/variant2/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/variant2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b3cdd31e10..0000000000 --- a/contrib/restricted/boost/variant2/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-variant2 INTERFACE) -target_include_directories(restricted-boost-variant2 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant2/include -) -target_link_libraries(restricted-boost-variant2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/variant2/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/variant2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b3cdd31e10..0000000000 --- a/contrib/restricted/boost/variant2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +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(restricted-boost-variant2 INTERFACE) -target_include_directories(restricted-boost-variant2 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant2/include -) -target_link_libraries(restricted-boost-variant2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/variant2/CMakeLists.txt b/contrib/restricted/boost/variant2/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/variant2/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/contrib/restricted/boost/variant2/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/variant2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index faec5d9097..0000000000 --- a/contrib/restricted/boost/variant2/CMakeLists.windows-x86_64.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. - - - -add_library(restricted-boost-variant2 INTERFACE) -target_include_directories(restricted-boost-variant2 INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/variant2/include -) -target_link_libraries(restricted-boost-variant2 INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-mp11 -) diff --git a/contrib/restricted/boost/winapi/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/winapi/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 13fd04341f..0000000000 --- a/contrib/restricted/boost/winapi/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-winapi INTERFACE) -target_include_directories(restricted-boost-winapi INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/winapi/include -) -target_link_libraries(restricted-boost-winapi INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-predef -) diff --git a/contrib/restricted/boost/winapi/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/winapi/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13fd04341f..0000000000 --- a/contrib/restricted/boost/winapi/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +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(restricted-boost-winapi INTERFACE) -target_include_directories(restricted-boost-winapi INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/winapi/include -) -target_link_libraries(restricted-boost-winapi INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-predef -) diff --git a/contrib/restricted/boost/winapi/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/winapi/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 08c0809361..0000000000 --- a/contrib/restricted/boost/winapi/CMakeLists.linux-aarch64.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. - - - -add_library(restricted-boost-winapi INTERFACE) -target_include_directories(restricted-boost-winapi INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/winapi/include -) -target_link_libraries(restricted-boost-winapi INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-predef -) diff --git a/contrib/restricted/boost/winapi/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/winapi/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 08c0809361..0000000000 --- a/contrib/restricted/boost/winapi/CMakeLists.linux-x86_64.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. - - - -add_library(restricted-boost-winapi INTERFACE) -target_include_directories(restricted-boost-winapi INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/winapi/include -) -target_link_libraries(restricted-boost-winapi INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-predef -) diff --git a/contrib/restricted/boost/winapi/CMakeLists.txt b/contrib/restricted/boost/winapi/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/boost/winapi/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/contrib/restricted/boost/winapi/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/winapi/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4242049f1b..0000000000 --- a/contrib/restricted/boost/winapi/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(restricted-boost-winapi INTERFACE) -target_compile_options(restricted-boost-winapi INTERFACE - -DBOOST_USE_WINDOWS_H -) -target_include_directories(restricted-boost-winapi INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/winapi/include -) -target_link_libraries(restricted-boost-winapi INTERFACE - contrib-libs-cxxsupp - restricted-boost-config - restricted-boost-predef -) diff --git a/contrib/restricted/boost/xpressive/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/xpressive/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d897400340..0000000000 --- a/contrib/restricted/boost/xpressive/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,37 +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(restricted-boost-xpressive INTERFACE) -target_include_directories(restricted-boost-xpressive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/xpressive/include -) -target_link_libraries(restricted-boost-xpressive INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-exception - restricted-boost-fusion - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/xpressive/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/xpressive/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad59415763..0000000000 --- a/contrib/restricted/boost/xpressive/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,38 +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(restricted-boost-xpressive INTERFACE) -target_include_directories(restricted-boost-xpressive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/xpressive/include -) -target_link_libraries(restricted-boost-xpressive INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-exception - restricted-boost-fusion - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/boost/xpressive/CMakeLists.txt b/contrib/restricted/boost/xpressive/CMakeLists.txt deleted file mode 100644 index 7803a2712c..0000000000 --- a/contrib/restricted/boost/xpressive/CMakeLists.txt +++ /dev/null @@ -1,15 +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 "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/restricted/boost/xpressive/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/xpressive/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d897400340..0000000000 --- a/contrib/restricted/boost/xpressive/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,37 +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(restricted-boost-xpressive INTERFACE) -target_include_directories(restricted-boost-xpressive INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/xpressive/include -) -target_link_libraries(restricted-boost-xpressive INTERFACE - contrib-libs-cxxsupp - restricted-boost-assert - restricted-boost-config - restricted-boost-conversion - restricted-boost-core - restricted-boost-exception - restricted-boost-fusion - restricted-boost-integer - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-mpl - restricted-boost-numeric_conversion - restricted-boost-optional - restricted-boost-preprocessor - restricted-boost-proto - restricted-boost-range - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-utility -) diff --git a/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-arm64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d7518da2f4..0000000000 --- a/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-arm64.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. - - - -add_library(contrib-restricted-cityhash-1.0.2) -target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2 -) -target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc -) diff --git a/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-x86_64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d7518da2f4..0000000000 --- a/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-x86_64.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. - - - -add_library(contrib-restricted-cityhash-1.0.2) -target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2 -) -target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc -) diff --git a/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-aarch64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1abb1abf0a..0000000000 --- a/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +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(contrib-restricted-cityhash-1.0.2) -target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2 -) -target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc -) diff --git a/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-x86_64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1abb1abf0a..0000000000 --- a/contrib/restricted/cityhash-1.0.2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +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(contrib-restricted-cityhash-1.0.2) -target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2 -) -target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc -) diff --git a/contrib/restricted/cityhash-1.0.2/CMakeLists.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/cityhash-1.0.2/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/contrib/restricted/cityhash-1.0.2/CMakeLists.windows-x86_64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d7518da2f4..0000000000 --- a/contrib/restricted/cityhash-1.0.2/CMakeLists.windows-x86_64.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. - - - -add_library(contrib-restricted-cityhash-1.0.2) -target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2 -) -target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc -) diff --git a/contrib/restricted/dragonbox/CMakeLists.darwin-arm64.txt b/contrib/restricted/dragonbox/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 4e0fcd5b99..0000000000 --- a/contrib/restricted/dragonbox/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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(dragonbox) -target_compile_options(dragonbox PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(dragonbox PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/include -) -target_link_libraries(dragonbox PUBLIC - contrib-libs-cxxsupp -) -target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp -) diff --git a/contrib/restricted/dragonbox/CMakeLists.darwin-x86_64.txt b/contrib/restricted/dragonbox/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e0fcd5b99..0000000000 --- a/contrib/restricted/dragonbox/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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(dragonbox) -target_compile_options(dragonbox PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(dragonbox PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/include -) -target_link_libraries(dragonbox PUBLIC - contrib-libs-cxxsupp -) -target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp -) diff --git a/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt b/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83a5cfb37c..0000000000 --- a/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +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(dragonbox) -target_compile_options(dragonbox PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(dragonbox PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/include -) -target_link_libraries(dragonbox PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp -) diff --git a/contrib/restricted/dragonbox/CMakeLists.linux-x86_64.txt b/contrib/restricted/dragonbox/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 83a5cfb37c..0000000000 --- a/contrib/restricted/dragonbox/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +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(dragonbox) -target_compile_options(dragonbox PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(dragonbox PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/include -) -target_link_libraries(dragonbox PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp -) diff --git a/contrib/restricted/dragonbox/CMakeLists.txt b/contrib/restricted/dragonbox/CMakeLists.txt deleted file mode 100644 index 380079ac7b..0000000000 --- a/contrib/restricted/dragonbox/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. - - -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) -endif() diff --git a/contrib/restricted/fast_float/CMakeLists.darwin-arm64.txt b/contrib/restricted/fast_float/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 277929ec2e..0000000000 --- a/contrib/restricted/fast_float/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,10 +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(contrib-restricted-fast_float INTERFACE) diff --git a/contrib/restricted/fast_float/CMakeLists.darwin-x86_64.txt b/contrib/restricted/fast_float/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 277929ec2e..0000000000 --- a/contrib/restricted/fast_float/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,10 +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(contrib-restricted-fast_float INTERFACE) diff --git a/contrib/restricted/fast_float/CMakeLists.linux-aarch64.txt b/contrib/restricted/fast_float/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4541d2ed55..0000000000 --- a/contrib/restricted/fast_float/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,13 +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(contrib-restricted-fast_float INTERFACE) -target_link_libraries(contrib-restricted-fast_float INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/fast_float/CMakeLists.linux-x86_64.txt b/contrib/restricted/fast_float/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4541d2ed55..0000000000 --- a/contrib/restricted/fast_float/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,13 +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(contrib-restricted-fast_float INTERFACE) -target_link_libraries(contrib-restricted-fast_float INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/restricted/fast_float/CMakeLists.txt b/contrib/restricted/fast_float/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/fast_float/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/contrib/restricted/fast_float/CMakeLists.windows-x86_64.txt b/contrib/restricted/fast_float/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 277929ec2e..0000000000 --- a/contrib/restricted/fast_float/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,10 +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(contrib-restricted-fast_float INTERFACE) diff --git a/contrib/restricted/google/CMakeLists.txt b/contrib/restricted/google/CMakeLists.txt deleted file mode 100644 index 52c2d17958..0000000000 --- a/contrib/restricted/google/CMakeLists.txt +++ /dev/null @@ -1,9 +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(benchmark) diff --git a/contrib/restricted/google/benchmark/CMakeLists.darwin-arm64.txt b/contrib/restricted/google/benchmark/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0e16d88f39..0000000000 --- a/contrib/restricted/google/benchmark/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,50 +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(restricted-google-benchmark) -target_compile_options(restricted-google-benchmark PUBLIC - -DBENCHMARK_STATIC_DEFINE -) -target_compile_options(restricted-google-benchmark PRIVATE - -DHAVE_POSIX_REGEX - -DHAVE_PTHREAD_AFFINITY - -DHAVE_STD_REGEX - -DHAVE_STEADY_CLOCK - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-google-benchmark PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include -) -target_include_directories(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src -) -target_link_libraries(restricted-google-benchmark PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc -) diff --git a/contrib/restricted/google/benchmark/CMakeLists.darwin-x86_64.txt b/contrib/restricted/google/benchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e16d88f39..0000000000 --- a/contrib/restricted/google/benchmark/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,50 +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(restricted-google-benchmark) -target_compile_options(restricted-google-benchmark PUBLIC - -DBENCHMARK_STATIC_DEFINE -) -target_compile_options(restricted-google-benchmark PRIVATE - -DHAVE_POSIX_REGEX - -DHAVE_PTHREAD_AFFINITY - -DHAVE_STD_REGEX - -DHAVE_STEADY_CLOCK - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-google-benchmark PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include -) -target_include_directories(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src -) -target_link_libraries(restricted-google-benchmark PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc -) diff --git a/contrib/restricted/google/benchmark/CMakeLists.linux-aarch64.txt b/contrib/restricted/google/benchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a18f8b0963..0000000000 --- a/contrib/restricted/google/benchmark/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,52 +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(restricted-google-benchmark) -target_compile_options(restricted-google-benchmark PUBLIC - -DBENCHMARK_STATIC_DEFINE -) -target_compile_options(restricted-google-benchmark PRIVATE - -DHAVE_POSIX_REGEX - -DHAVE_PTHREAD_AFFINITY - -DHAVE_STD_REGEX - -DHAVE_STEADY_CLOCK - -DBENCHMARK_HAS_PTHREAD_AFFINITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-google-benchmark PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include -) -target_include_directories(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src -) -target_link_libraries(restricted-google-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc -) diff --git a/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt b/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a18f8b0963..0000000000 --- a/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,52 +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(restricted-google-benchmark) -target_compile_options(restricted-google-benchmark PUBLIC - -DBENCHMARK_STATIC_DEFINE -) -target_compile_options(restricted-google-benchmark PRIVATE - -DHAVE_POSIX_REGEX - -DHAVE_PTHREAD_AFFINITY - -DHAVE_STD_REGEX - -DHAVE_STEADY_CLOCK - -DBENCHMARK_HAS_PTHREAD_AFFINITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-google-benchmark PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include -) -target_include_directories(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src -) -target_link_libraries(restricted-google-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc -) diff --git a/contrib/restricted/google/benchmark/CMakeLists.txt b/contrib/restricted/google/benchmark/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/google/benchmark/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/contrib/restricted/google/benchmark/CMakeLists.windows-x86_64.txt b/contrib/restricted/google/benchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0e16d88f39..0000000000 --- a/contrib/restricted/google/benchmark/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,50 +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(restricted-google-benchmark) -target_compile_options(restricted-google-benchmark PUBLIC - -DBENCHMARK_STATIC_DEFINE -) -target_compile_options(restricted-google-benchmark PRIVATE - -DHAVE_POSIX_REGEX - -DHAVE_PTHREAD_AFFINITY - -DHAVE_STD_REGEX - -DHAVE_STEADY_CLOCK - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-google-benchmark PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include -) -target_include_directories(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src -) -target_link_libraries(restricted-google-benchmark PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-google-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc -) diff --git a/contrib/restricted/googletest/CMakeLists.txt b/contrib/restricted/googletest/CMakeLists.txt deleted file mode 100644 index 83e1a42901..0000000000 --- a/contrib/restricted/googletest/CMakeLists.txt +++ /dev/null @@ -1,10 +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(googlemock) -add_subdirectory(googletest) diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.darwin-arm64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 01df6b6ce7..0000000000 --- a/contrib/restricted/googletest/googlemock/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,28 +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(restricted-googletest-googlemock) -target_compile_options(restricted-googletest-googlemock PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googlemock PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include -) -target_include_directories(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_link_libraries(restricted-googletest-googlemock PUBLIC - contrib-libs-cxxsupp - restricted-googletest-googletest -) -target_sources(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc -) diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.darwin-x86_64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 01df6b6ce7..0000000000 --- a/contrib/restricted/googletest/googlemock/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-googletest-googlemock) -target_compile_options(restricted-googletest-googlemock PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googlemock PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include -) -target_include_directories(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_link_libraries(restricted-googletest-googlemock PUBLIC - contrib-libs-cxxsupp - restricted-googletest-googletest -) -target_sources(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc -) diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d500700c45..0000000000 --- a/contrib/restricted/googletest/googlemock/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(restricted-googletest-googlemock) -target_compile_options(restricted-googletest-googlemock PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googlemock PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include -) -target_include_directories(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_link_libraries(restricted-googletest-googlemock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-googletest-googletest -) -target_sources(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc -) diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.linux-x86_64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d500700c45..0000000000 --- a/contrib/restricted/googletest/googlemock/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(restricted-googletest-googlemock) -target_compile_options(restricted-googletest-googlemock PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googlemock PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include -) -target_include_directories(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_link_libraries(restricted-googletest-googlemock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-googletest-googletest -) -target_sources(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc -) diff --git a/contrib/restricted/googletest/googlemock/CMakeLists.txt b/contrib/restricted/googletest/googlemock/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/googletest/googlemock/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/contrib/restricted/googletest/googlemock/CMakeLists.windows-x86_64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 01df6b6ce7..0000000000 --- a/contrib/restricted/googletest/googlemock/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,28 +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(restricted-googletest-googlemock) -target_compile_options(restricted-googletest-googlemock PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googlemock PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include -) -target_include_directories(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_link_libraries(restricted-googletest-googlemock PUBLIC - contrib-libs-cxxsupp - restricted-googletest-googletest -) -target_sources(restricted-googletest-googlemock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc -) diff --git a/contrib/restricted/googletest/googletest/CMakeLists.darwin-arm64.txt b/contrib/restricted/googletest/googletest/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6d2f7beb8e..0000000000 --- a/contrib/restricted/googletest/googletest/CMakeLists.darwin-arm64.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(restricted-googletest-googletest) -target_compile_options(restricted-googletest-googletest PUBLIC - -DGTEST_HAS_POSIX_RE=0 - -DGTEST_HAS_STD_WSTRING=1 - -DGTEST_USES_RE2=1 -) -target_compile_options(restricted-googletest-googletest PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googletest PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_include_directories(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest -) -target_link_libraries(restricted-googletest-googletest PUBLIC - contrib-libs-cxxsupp - contrib-libs-re2 -) -target_sources(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc -) diff --git a/contrib/restricted/googletest/googletest/CMakeLists.darwin-x86_64.txt b/contrib/restricted/googletest/googletest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6d2f7beb8e..0000000000 --- a/contrib/restricted/googletest/googletest/CMakeLists.darwin-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(restricted-googletest-googletest) -target_compile_options(restricted-googletest-googletest PUBLIC - -DGTEST_HAS_POSIX_RE=0 - -DGTEST_HAS_STD_WSTRING=1 - -DGTEST_USES_RE2=1 -) -target_compile_options(restricted-googletest-googletest PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googletest PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_include_directories(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest -) -target_link_libraries(restricted-googletest-googletest PUBLIC - contrib-libs-cxxsupp - contrib-libs-re2 -) -target_sources(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc -) diff --git a/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt b/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c327e84f42..0000000000 --- a/contrib/restricted/googletest/googletest/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,32 +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(restricted-googletest-googletest) -target_compile_options(restricted-googletest-googletest PUBLIC - -DGTEST_HAS_POSIX_RE=0 - -DGTEST_HAS_STD_WSTRING=1 - -DGTEST_USES_RE2=1 -) -target_compile_options(restricted-googletest-googletest PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googletest PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_include_directories(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest -) -target_link_libraries(restricted-googletest-googletest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-re2 -) -target_sources(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc -) diff --git a/contrib/restricted/googletest/googletest/CMakeLists.linux-x86_64.txt b/contrib/restricted/googletest/googletest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c327e84f42..0000000000 --- a/contrib/restricted/googletest/googletest/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +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(restricted-googletest-googletest) -target_compile_options(restricted-googletest-googletest PUBLIC - -DGTEST_HAS_POSIX_RE=0 - -DGTEST_HAS_STD_WSTRING=1 - -DGTEST_USES_RE2=1 -) -target_compile_options(restricted-googletest-googletest PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googletest PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_include_directories(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest -) -target_link_libraries(restricted-googletest-googletest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-re2 -) -target_sources(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc -) diff --git a/contrib/restricted/googletest/googletest/CMakeLists.txt b/contrib/restricted/googletest/googletest/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/googletest/googletest/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/contrib/restricted/googletest/googletest/CMakeLists.windows-x86_64.txt b/contrib/restricted/googletest/googletest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6d2f7beb8e..0000000000 --- a/contrib/restricted/googletest/googletest/CMakeLists.windows-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(restricted-googletest-googletest) -target_compile_options(restricted-googletest-googletest PUBLIC - -DGTEST_HAS_POSIX_RE=0 - -DGTEST_HAS_STD_WSTRING=1 - -DGTEST_USES_RE2=1 -) -target_compile_options(restricted-googletest-googletest PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-googletest-googletest PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include -) -target_include_directories(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest -) -target_link_libraries(restricted-googletest-googletest PUBLIC - contrib-libs-cxxsupp - contrib-libs-re2 -) -target_sources(restricted-googletest-googletest PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/src/gtest-all.cc -) diff --git a/contrib/restricted/http-parser/CMakeLists.darwin-arm64.txt b/contrib/restricted/http-parser/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1e88ed56de..0000000000 --- a/contrib/restricted/http-parser/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +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(contrib-restricted-http-parser) -target_compile_options(contrib-restricted-http-parser PRIVATE - -DHTTP_MAX_HEADER_SIZE=0x7fffffff - -DHTTP_PARSER_STRICT=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser -) -target_sources(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser/http_parser.c -) diff --git a/contrib/restricted/http-parser/CMakeLists.darwin-x86_64.txt b/contrib/restricted/http-parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1e88ed56de..0000000000 --- a/contrib/restricted/http-parser/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +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(contrib-restricted-http-parser) -target_compile_options(contrib-restricted-http-parser PRIVATE - -DHTTP_MAX_HEADER_SIZE=0x7fffffff - -DHTTP_PARSER_STRICT=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser -) -target_sources(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser/http_parser.c -) diff --git a/contrib/restricted/http-parser/CMakeLists.linux-aarch64.txt b/contrib/restricted/http-parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 89136d341b..0000000000 --- a/contrib/restricted/http-parser/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +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(contrib-restricted-http-parser) -target_compile_options(contrib-restricted-http-parser PRIVATE - -DHTTP_MAX_HEADER_SIZE=0x7fffffff - -DHTTP_PARSER_STRICT=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser -) -target_link_libraries(contrib-restricted-http-parser PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser/http_parser.c -) diff --git a/contrib/restricted/http-parser/CMakeLists.linux-x86_64.txt b/contrib/restricted/http-parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89136d341b..0000000000 --- a/contrib/restricted/http-parser/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +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(contrib-restricted-http-parser) -target_compile_options(contrib-restricted-http-parser PRIVATE - -DHTTP_MAX_HEADER_SIZE=0x7fffffff - -DHTTP_PARSER_STRICT=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser -) -target_link_libraries(contrib-restricted-http-parser PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser/http_parser.c -) diff --git a/contrib/restricted/http-parser/CMakeLists.txt b/contrib/restricted/http-parser/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/http-parser/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/contrib/restricted/http-parser/CMakeLists.windows-x86_64.txt b/contrib/restricted/http-parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e88ed56de..0000000000 --- a/contrib/restricted/http-parser/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +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(contrib-restricted-http-parser) -target_compile_options(contrib-restricted-http-parser PRIVATE - -DHTTP_MAX_HEADER_SIZE=0x7fffffff - -DHTTP_PARSER_STRICT=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser -) -target_sources(contrib-restricted-http-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/http-parser/http_parser.c -) diff --git a/contrib/restricted/nlohmann_json/CMakeLists.darwin-arm64.txt b/contrib/restricted/nlohmann_json/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0c96110bcc..0000000000 --- a/contrib/restricted/nlohmann_json/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,16 +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(contrib-restricted-nlohmann_json INTERFACE) -target_include_directories(contrib-restricted-nlohmann_json INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/nlohmann_json/include -) -target_link_libraries(contrib-restricted-nlohmann_json INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/nlohmann_json/CMakeLists.darwin-x86_64.txt b/contrib/restricted/nlohmann_json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c96110bcc..0000000000 --- a/contrib/restricted/nlohmann_json/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,16 +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(contrib-restricted-nlohmann_json INTERFACE) -target_include_directories(contrib-restricted-nlohmann_json INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/nlohmann_json/include -) -target_link_libraries(contrib-restricted-nlohmann_json INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/nlohmann_json/CMakeLists.linux-aarch64.txt b/contrib/restricted/nlohmann_json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2641b31de2..0000000000 --- a/contrib/restricted/nlohmann_json/CMakeLists.linux-aarch64.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_library(contrib-restricted-nlohmann_json INTERFACE) -target_include_directories(contrib-restricted-nlohmann_json INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/nlohmann_json/include -) -target_link_libraries(contrib-restricted-nlohmann_json INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/nlohmann_json/CMakeLists.linux-x86_64.txt b/contrib/restricted/nlohmann_json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2641b31de2..0000000000 --- a/contrib/restricted/nlohmann_json/CMakeLists.linux-x86_64.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_library(contrib-restricted-nlohmann_json INTERFACE) -target_include_directories(contrib-restricted-nlohmann_json INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/nlohmann_json/include -) -target_link_libraries(contrib-restricted-nlohmann_json INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/nlohmann_json/CMakeLists.txt b/contrib/restricted/nlohmann_json/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/nlohmann_json/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/contrib/restricted/nlohmann_json/CMakeLists.windows-x86_64.txt b/contrib/restricted/nlohmann_json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0c96110bcc..0000000000 --- a/contrib/restricted/nlohmann_json/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,16 +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(contrib-restricted-nlohmann_json INTERFACE) -target_include_directories(contrib-restricted-nlohmann_json INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/nlohmann_json/include -) -target_link_libraries(contrib-restricted-nlohmann_json INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/restricted/patched/CMakeLists.txt b/contrib/restricted/patched/CMakeLists.txt deleted file mode 100644 index 83ec4cc7b6..0000000000 --- a/contrib/restricted/patched/CMakeLists.txt +++ /dev/null @@ -1,9 +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(replxx) diff --git a/contrib/restricted/patched/replxx/CMakeLists.darwin-arm64.txt b/contrib/restricted/patched/replxx/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 27787413ab..0000000000 --- a/contrib/restricted/patched/replxx/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,38 +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(restricted-patched-replxx) -target_compile_options(restricted-patched-replxx PUBLIC - -DREPLXX_STATIC -) -target_compile_options(restricted-patched-replxx PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-patched-replxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include -) -target_include_directories(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src -) -target_link_libraries(restricted-patched-replxx PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx -) diff --git a/contrib/restricted/patched/replxx/CMakeLists.darwin-x86_64.txt b/contrib/restricted/patched/replxx/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 27787413ab..0000000000 --- a/contrib/restricted/patched/replxx/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,38 +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(restricted-patched-replxx) -target_compile_options(restricted-patched-replxx PUBLIC - -DREPLXX_STATIC -) -target_compile_options(restricted-patched-replxx PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-patched-replxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include -) -target_include_directories(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src -) -target_link_libraries(restricted-patched-replxx PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx -) diff --git a/contrib/restricted/patched/replxx/CMakeLists.linux-aarch64.txt b/contrib/restricted/patched/replxx/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0a9bf0ce29..0000000000 --- a/contrib/restricted/patched/replxx/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,39 +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(restricted-patched-replxx) -target_compile_options(restricted-patched-replxx PUBLIC - -DREPLXX_STATIC -) -target_compile_options(restricted-patched-replxx PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-patched-replxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include -) -target_include_directories(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src -) -target_link_libraries(restricted-patched-replxx PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx -) diff --git a/contrib/restricted/patched/replxx/CMakeLists.linux-x86_64.txt b/contrib/restricted/patched/replxx/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0a9bf0ce29..0000000000 --- a/contrib/restricted/patched/replxx/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,39 +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(restricted-patched-replxx) -target_compile_options(restricted-patched-replxx PUBLIC - -DREPLXX_STATIC -) -target_compile_options(restricted-patched-replxx PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-patched-replxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include -) -target_include_directories(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src -) -target_link_libraries(restricted-patched-replxx PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx -) diff --git a/contrib/restricted/patched/replxx/CMakeLists.txt b/contrib/restricted/patched/replxx/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/patched/replxx/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/contrib/restricted/patched/replxx/CMakeLists.windows-x86_64.txt b/contrib/restricted/patched/replxx/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 27787413ab..0000000000 --- a/contrib/restricted/patched/replxx/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,38 +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(restricted-patched-replxx) -target_compile_options(restricted-patched-replxx PUBLIC - -DREPLXX_STATIC -) -target_compile_options(restricted-patched-replxx PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-patched-replxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include -) -target_include_directories(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src -) -target_link_libraries(restricted-patched-replxx PUBLIC - contrib-libs-cxxsupp -) -target_sources(restricted-patched-replxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx -) diff --git a/contrib/restricted/thrift/CMakeLists.darwin-arm64.txt b/contrib/restricted/thrift/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c7e6326e93..0000000000 --- a/contrib/restricted/thrift/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,82 +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(contrib-restricted-thrift) -target_compile_options(contrib-restricted-thrift PRIVATE - -Wno-deprecated-declarations - -Wno-unused-function - -Wno-unused-parameter - -Wno-unused-private-field - -Wno-unused-variable - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-thrift PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift -) -target_link_libraries(contrib-restricted-thrift PUBLIC - contrib-libs-cxxsupp - contrib-libs-libevent - contrib-libs-openssl - contrib-libs-zlib - restricted-boost-interprocess - restricted-boost-locale - restricted-boost-math - restricted-boost-system - restricted-boost-thread -) -target_sources(contrib-restricted-thrift PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/VirtualProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncProtocolProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TConcurrentClientSyncInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpClientChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMonitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdThreadFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/ThreadManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/TimerManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/Util.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/processor/PeekProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TBase64Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TDebugProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/THeaderProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TJSONProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TMultiplexedProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TConnectedClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TNonblockingServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServerFramework.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TSimpleServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadPoolServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadedServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TBufferTransports.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFDTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THeaderTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipeServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSimpleFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocketPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TZlibTransport.cpp -) diff --git a/contrib/restricted/thrift/CMakeLists.darwin-x86_64.txt b/contrib/restricted/thrift/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c7e6326e93..0000000000 --- a/contrib/restricted/thrift/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,82 +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(contrib-restricted-thrift) -target_compile_options(contrib-restricted-thrift PRIVATE - -Wno-deprecated-declarations - -Wno-unused-function - -Wno-unused-parameter - -Wno-unused-private-field - -Wno-unused-variable - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-thrift PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift -) -target_link_libraries(contrib-restricted-thrift PUBLIC - contrib-libs-cxxsupp - contrib-libs-libevent - contrib-libs-openssl - contrib-libs-zlib - restricted-boost-interprocess - restricted-boost-locale - restricted-boost-math - restricted-boost-system - restricted-boost-thread -) -target_sources(contrib-restricted-thrift PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/VirtualProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncProtocolProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TConcurrentClientSyncInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpClientChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMonitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdThreadFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/ThreadManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/TimerManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/Util.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/processor/PeekProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TBase64Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TDebugProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/THeaderProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TJSONProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TMultiplexedProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TConnectedClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TNonblockingServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServerFramework.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TSimpleServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadPoolServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadedServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TBufferTransports.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFDTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THeaderTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipeServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSimpleFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocketPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TZlibTransport.cpp -) diff --git a/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt b/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3fbd7fe4c2..0000000000 --- a/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,83 +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(contrib-restricted-thrift) -target_compile_options(contrib-restricted-thrift PRIVATE - -Wno-deprecated-declarations - -Wno-unused-function - -Wno-unused-parameter - -Wno-unused-private-field - -Wno-unused-variable - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-thrift PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift -) -target_link_libraries(contrib-restricted-thrift PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-libevent - contrib-libs-openssl - contrib-libs-zlib - restricted-boost-interprocess - restricted-boost-locale - restricted-boost-math - restricted-boost-system - restricted-boost-thread -) -target_sources(contrib-restricted-thrift PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/VirtualProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncProtocolProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TConcurrentClientSyncInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpClientChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMonitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdThreadFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/ThreadManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/TimerManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/Util.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/processor/PeekProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TBase64Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TDebugProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/THeaderProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TJSONProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TMultiplexedProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TConnectedClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TNonblockingServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServerFramework.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TSimpleServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadPoolServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadedServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TBufferTransports.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFDTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THeaderTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipeServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSimpleFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocketPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TZlibTransport.cpp -) diff --git a/contrib/restricted/thrift/CMakeLists.linux-x86_64.txt b/contrib/restricted/thrift/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3fbd7fe4c2..0000000000 --- a/contrib/restricted/thrift/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,83 +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(contrib-restricted-thrift) -target_compile_options(contrib-restricted-thrift PRIVATE - -Wno-deprecated-declarations - -Wno-unused-function - -Wno-unused-parameter - -Wno-unused-private-field - -Wno-unused-variable - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-thrift PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift -) -target_link_libraries(contrib-restricted-thrift PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-libevent - contrib-libs-openssl - contrib-libs-zlib - restricted-boost-interprocess - restricted-boost-locale - restricted-boost-math - restricted-boost-system - restricted-boost-thread -) -target_sources(contrib-restricted-thrift PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/VirtualProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncProtocolProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TConcurrentClientSyncInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpClientChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMonitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdThreadFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/ThreadManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/TimerManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/Util.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/processor/PeekProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TBase64Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TDebugProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/THeaderProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TJSONProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TMultiplexedProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TConnectedClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TNonblockingServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServerFramework.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TSimpleServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadPoolServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadedServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TBufferTransports.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFDTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THeaderTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipeServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSimpleFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocketPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TZlibTransport.cpp -) diff --git a/contrib/restricted/thrift/CMakeLists.txt b/contrib/restricted/thrift/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/thrift/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/contrib/restricted/thrift/CMakeLists.windows-x86_64.txt b/contrib/restricted/thrift/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e31593b8fb..0000000000 --- a/contrib/restricted/thrift/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,83 +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(contrib-restricted-thrift) -target_compile_options(contrib-restricted-thrift PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-thrift PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift -) -target_link_libraries(contrib-restricted-thrift PUBLIC - contrib-libs-cxxsupp - contrib-libs-libevent - contrib-libs-openssl - contrib-libs-zlib - restricted-boost-interprocess - restricted-boost-locale - restricted-boost-math - restricted-boost-system - restricted-boost-thread - restricted-boost-scope_exit -) -target_sources(contrib-restricted-thrift PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/VirtualProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TAsyncProtocolProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TConcurrentClientSyncInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpClientChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/async/TEvhttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMonitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/StdThreadFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/ThreadManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/TimerManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/concurrency/Util.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/processor/PeekProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TBase64Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TDebugProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/THeaderProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TJSONProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TMultiplexedProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/protocol/TProtocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TConnectedClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TNonblockingServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TServerFramework.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TSimpleServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadPoolServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/server/TThreadedServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TBufferTransports.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFDTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THeaderTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/THttpTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TNonblockingServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TPipeServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSSLSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSimpleFileTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TSocketPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportException.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TTransportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/transport/TZlibTransport.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/windows/GetTimeOfDay.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/windows/OverlappedSubmissionThread.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/windows/SocketPair.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/windows/TWinsockSingleton.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/windows/WinFcntl.cpp -) diff --git a/contrib/restricted/uriparser/CMakeLists.darwin-arm64.txt b/contrib/restricted/uriparser/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2163bfff7c..0000000000 --- a/contrib/restricted/uriparser/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,41 +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(contrib-restricted-uriparser) -target_compile_options(contrib-restricted-uriparser PRIVATE - -DURI_LIBRARY_BUILD - -DURI_VISIBILITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-uriparser PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/include -) -target_include_directories(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser -) -target_link_libraries(contrib-restricted-uriparser PUBLIC - contrib-libs-libc_compat -) -target_sources(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCommon.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCompare.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriEscape.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriFile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4Base.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriMemory.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalize.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalizeBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParse.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParseBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriQuery.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriRecompose.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriResolve.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriShorten.c -) diff --git a/contrib/restricted/uriparser/CMakeLists.darwin-x86_64.txt b/contrib/restricted/uriparser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2163bfff7c..0000000000 --- a/contrib/restricted/uriparser/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,41 +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(contrib-restricted-uriparser) -target_compile_options(contrib-restricted-uriparser PRIVATE - -DURI_LIBRARY_BUILD - -DURI_VISIBILITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-uriparser PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/include -) -target_include_directories(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser -) -target_link_libraries(contrib-restricted-uriparser PUBLIC - contrib-libs-libc_compat -) -target_sources(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCommon.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCompare.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriEscape.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriFile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4Base.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriMemory.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalize.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalizeBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParse.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParseBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriQuery.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriRecompose.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriResolve.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriShorten.c -) diff --git a/contrib/restricted/uriparser/CMakeLists.linux-aarch64.txt b/contrib/restricted/uriparser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ef48e97a88..0000000000 --- a/contrib/restricted/uriparser/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,42 +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(contrib-restricted-uriparser) -target_compile_options(contrib-restricted-uriparser PRIVATE - -DURI_LIBRARY_BUILD - -DURI_VISIBILITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-uriparser PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/include -) -target_include_directories(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser -) -target_link_libraries(contrib-restricted-uriparser PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCommon.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCompare.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriEscape.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriFile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4Base.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriMemory.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalize.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalizeBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParse.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParseBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriQuery.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriRecompose.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriResolve.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriShorten.c -) diff --git a/contrib/restricted/uriparser/CMakeLists.linux-x86_64.txt b/contrib/restricted/uriparser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ef48e97a88..0000000000 --- a/contrib/restricted/uriparser/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,42 +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(contrib-restricted-uriparser) -target_compile_options(contrib-restricted-uriparser PRIVATE - -DURI_LIBRARY_BUILD - -DURI_VISIBILITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-uriparser PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/include -) -target_include_directories(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser -) -target_link_libraries(contrib-restricted-uriparser PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCommon.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCompare.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriEscape.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriFile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4Base.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriMemory.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalize.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalizeBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParse.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParseBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriQuery.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriRecompose.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriResolve.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriShorten.c -) diff --git a/contrib/restricted/uriparser/CMakeLists.txt b/contrib/restricted/uriparser/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/contrib/restricted/uriparser/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/contrib/restricted/uriparser/CMakeLists.windows-x86_64.txt b/contrib/restricted/uriparser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2163bfff7c..0000000000 --- a/contrib/restricted/uriparser/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,41 +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(contrib-restricted-uriparser) -target_compile_options(contrib-restricted-uriparser PRIVATE - -DURI_LIBRARY_BUILD - -DURI_VISIBILITY - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(contrib-restricted-uriparser PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/include -) -target_include_directories(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser -) -target_link_libraries(contrib-restricted-uriparser PUBLIC - contrib-libs-libc_compat -) -target_sources(contrib-restricted-uriparser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCommon.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriCompare.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriEscape.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriFile.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriIp4Base.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriMemory.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalize.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriNormalizeBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParse.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriParseBase.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriQuery.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriRecompose.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriResolve.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/uriparser/src/UriShorten.c -) |